/testapp_rails

Test Rails App (for DigitalOcean)

Primary LanguageRuby

Test Rails App

(For this DigitalOcean guide)

This Rails App has been fully configured with Nginx, Puma and Capistrano. This app isn't meant to be used as a starting point for your Application, this is just an example to take help from.

App Details

This app uses:

  • Ruby Version: 2.2.1
  • Rails Version: 4.2.0
  • Web Server: Puma 2.11.1
  • Database: MongoDB
  • Database Driver: Mongoid 4.0.2
  • Automation Tool: Capistrano 3.4.0

Test Droplet Details

The Droplet where this App was hosted had:

  • Server IP: 178.62.88.94
  • SSH Port: 7171
  • User: deploy
  • App Name (For Capistrano): testapp

In the DB Installation Step, I installed MongoDB since this app uses Mongoid.

Testing on Your own Droplet

If you'd like to test this app on your own droplet, fork this repo and follow the DigitalOcean Guide step-by-step replacing parameters (such as Droplet IP, SSH Port, User, etc.) with your Repo URL and Droplet's information.