Skip to content

arturbobinski/kwd-siloette

Repository files navigation

Siloette

Description

System dependencies

You should have ruby 2.3.1 and mysql installed on your machine

Setup for development

  1. Copy config/database.yml.example to config/database.yml and change database credentials.

  2. Copy config/applicatoin.yml.example to config/application.yml and change the settings.

  3. Run ‘bundle’ and ‘rake db:create db:migrate’ and ‘rake db:seed’.

  4. Install imagemgick for image processing.

    ubuntu: sudo apt-get install imagemagick
    Mac OS X: brew install imagemagick
  5. Run delayed job.

    bin/delayed_job start
  6. Run rails server.

    rails server
    
  7. Visit localhost:3000/ with your favourite browser.

That’s all yet. ;)

Deployment instructions

cap production deploy

All Rights Reserved, Siloette

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published