How to access production server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2019
02:44 PM
I have installed Canvas on Ubuntu Linux 18.04.
If I start the server as:
bundle exec rails server
by default it starts the development server
I am able to access Canvas on port 3000
HOWEVER
If I attempt to start the production server:
bundle exec rails server -e production
It starts fine...but am not able to open the login screen in my browser
I have tried binding the localhost IP address, the server's IP address...all to no avail.
Am not sure what the problem is...any thoughts?
Pat
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.