e-carlin / museumWebAppRails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

I highly reccomend developing in a Linux ( preferably Ubuntu) virtual environment. I use Virtual Box and Ubuntu for my environment.

  1. Install Ruby and Rails
    **** Make sure to use Ruby 2.3.1 and Rails 5.0.1

Just follow along with the steps on thsi page:

https://www.phusionpassenger.com/library/walkthroughs/deploy/ruby/ownserver/apache/oss/install_language_runtime.html

  1. Install gem dependecies
    $ cd museumWebAppRails
    $ bundle install

  2. Run the latest migrations
    $ rake db:migrate

  3. Start the development server
    $ rails s

  4. Navigate to the homepage

    localhost:3000

About


Languages

Language:Ruby 73.9%Language:HTML 18.0%Language:CSS 4.5%Language:JavaScript 1.2%Language:CoffeeScript 0.8%Language:Shell 0.8%Language:Python 0.7%