Trying to run a discourse locally on ubuntu.
I ran everything like in this guide:
. the last command is:
bundle exec rails server
And now I’ve been waiting 1.5 hours and it’s still loading ??? Is this supposed to take that long ? What’s going on?
Trying to run a discourse locally on ubuntu.
I ran everything like in this guide:
. the last command is:
bundle exec rails server
And now I’ve been waiting 1.5 hours and it’s still loading ??? Is this supposed to take that long ? What’s going on?
That command starts the server, and will run indefinitely until you stop it with CTRL+C.
You can use your preferred browser to navigate to http://localhost:3000
to see the app running.