Project for BrANDCelebrities
Rubygist is an application in ruby, you can save and classify gists as desired.
After retrieving the project archive, do the following commands
$ bundle install
Then you need to change 'config/database.yml' with your own settings, for example:
- username: root
- password: root
- host: 127.0.0.1
- port: 3306
You need to create project's databases.
$ rake db:create
$ rake db:migrate
$ rake db:seed
Finally
$ rails server
$ mysql -u root -p
$ mysql> SHOW variables;