Add env variables for frontend

This commit is contained in:
Pranav Raj Sreepuram
2019-08-18 00:44:44 +05:30
parent 4f792e242d
commit 2b6c7a4025
9 changed files with 45 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ bundle
# copy database config
cp shared/config/database.yml config/database.yml
# copy frontend env file
cp .env.sample .env
# run db migrations
bundle exec rake db:migrate