mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Update DEVELOPER-ADVANCED.md
This commit is contained in:
parent
049a4c66e0
commit
b045c23ec4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ to rails, you are likely much better off with our **[Discourse Vagrant Developer
|
||||||
2. `rake db:migrate`
|
2. `rake db:migrate`
|
||||||
3. `rake db:test:prepare`
|
3. `rake db:test:prepare`
|
||||||
4. `rake db:seed_fu`
|
4. `rake db:seed_fu`
|
||||||
5. Try running the specs: `bundle exec rake spec`
|
5. Try running the specs: `bundle exec rake autospec`
|
||||||
6. `bundle exec rails server`
|
6. `bundle exec rails server`
|
||||||
|
|
||||||
You should now be able to connect to rails on http://localhost:3000 - try it out! The seed data includes a pinned topic that explains how to get an admin account, so start there! Happy hacking!
|
You should now be able to connect to rails on http://localhost:3000 - try it out! The seed data includes a pinned topic that explains how to get an admin account, so start there! Happy hacking!
|
||||||
|
|
Loading…
Reference in a new issue