Running the Rails Console
How to run the Rails console for your Cloud 66 application
Start by SSHing to your server. Then go to your STACK_PATH (e.g. cd $STACK_PATH) and run the following command:
Possible values for <environment>:
- development (default)
- test
- production
To run your Rails console as the Nginx user, you can use the following command: