Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 460 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 460 Bytes

ens # README

if you want to run the project in your local, you must use this instruction:

make a copy from database.sample.yml and storage.sample.yml then remove sample from new files. make changes to your files. Install gems with bundle install, then run rails credentials:edit to generate you rails secret keys. Create and migrate the database with rake db:create and rake db:migrate.

The project is ready. You can use: rails s.