Skip to content

Instantly share code, notes, and snippets.

@kty1965
Last active June 7, 2016 10:18
Show Gist options
  • Save kty1965/2c9733d8d204683ef6e44b444c12a4ac to your computer and use it in GitHub Desktop.
Save kty1965/2c9733d8d204683ef6e44b444c12a4ac to your computer and use it in GitHub Desktop.
도분설 2016-1학기 StudioAgile

Install

recommended OS is Ubuntu 14.04 LTS.

We use Ruby on Rails frame work with mysql database.

Install Ruby Follow this link

Install Rails Follow this link

Install Mysql Follow this link

Configure

we need mysql no password root.

mysql -u root (no password)

Run

need to unzip attachment tar file, create database and then run

####unzip

tar -xvf classroom-reservation.tar
cd ajou-classroom-reservation

####create database and setup gems.

bundle install
rake db:create
rake db:migrate
rake db:seed

####run

rails s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment