mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-02 08:54:02 -04:00
Merge pull request #3498 from tgxworld/improve_developer_guide
Improve developer guide.
This commit is contained in:
commit
be079ffcc6
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ Note: If you are developing on a Mac, you will probably want to look at [these i
|
||||||
## Before you start Rails
|
## Before you start Rails
|
||||||
|
|
||||||
1. `bundle install`
|
1. `bundle install`
|
||||||
2. `bundle exec rake db:create db:migrate db:test:prepare db:seed_fu`
|
2. Start up Redis by running `redis-server`
|
||||||
|
3. `bundle exec rake db:create db:migrate db:test:prepare`
|
||||||
4. Try running the specs: `bundle exec rake autospec`
|
4. Try running the specs: `bundle exec rake autospec`
|
||||||
5. `bundle exec rails server`
|
5. `bundle exec rails server`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue