commit
1ce70b49c0
|
@ -70,7 +70,7 @@ bundle exec rake db:seed_fu
|
||||||
Once your VM is up to date, you can start a rails instance using the following command:
|
Once your VM is up to date, you can start a rails instance using the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
bundle exec rails server
|
bundle exec rails s
|
||||||
```
|
```
|
||||||
|
|
||||||
In a few seconds, rails will start serving pages. To access them, open a web browser to [http://localhost:4000](http://localhost:4000) - if it all worked you should see discourse! Congratulations, you are ready to start working!
|
In a few seconds, rails will start serving pages. To access them, open a web browser to [http://localhost:4000](http://localhost:4000) - if it all worked you should see discourse! Congratulations, you are ready to start working!
|
||||||
|
|
Loading…
Reference in New Issue