Guest User

Untitled

a guest
Jun 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. git clone git://github.com/railslove/Freckly-App.git
  2.  
  3. Configure the config/database.yml
  4.  
  5. Configure the config/initializers/freckly_settings.rb
  6.  
  7. rake db:create
  8.  
  9. rake db:migrate
  10.  
  11. rails server
  12.  
  13. # To update the data (best to run as cron)
  14.  
  15. ProjectUpdater.update
  16.  
  17. # Find more info inside app/models/project_updater.rb
Add Comment
Please, Sign In to add comment