Ruby on Rails project for 3D Designs - 3D printers, microfluidics, etc.
- Install ruby
- Install rubygem
- Install rails
- Create 3D-Designs database in any Rails supported relational database system
- Modify config/database.yml file to select database of interest (i.e., MYSQL, etc.); default is Sqlite3 for easy installation
- bundle install
- Use "rake secret" or "bundle exec rake secret" and set value generated as environment variable for SECRET_TOKEN - used for Rails Cookies
- Create the 3D-Designs database with "rake db:migrate"
- Start a local instance with "rails server"
- Can be set up with Apache and Passenger or alternate deployments as a web application