Does the forum for development start up 24 hours*?

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?

1 Like

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.

9 Likes