Merge pull request #2883 from davidsantoso/update-developer-install-guide
Remove database steps in DEVELOPER-ADVANCED.md
This commit is contained in:
commit
6e0b5f7231
|
@ -15,9 +15,6 @@ Note: If you are developing on a Mac, you will probably want to look at [these i
|
|||
4. Install libxml2, g++, and make.
|
||||
5. Install Ruby 2.1.3 and Bundler.
|
||||
6. Clone the project and bundle.
|
||||
7. Copy `config/database.yml.development-sample` to `config/database.yml`. Copy `config/redis.yml.sample` to `config/redis.yml`. Edit the files to point to your postgres and redis instances.
|
||||
8. Create the "vagrant" user and the development and test databases in postgres. See the postgres section in "Building your own Vagrant VM", below.
|
||||
|
||||
|
||||
## Before you start Rails
|
||||
|
||||
|
|
Loading…
Reference in New Issue