1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Specified ruby 2.3.0

This commit is contained in:
2016-02-10 14:10:42 +00:00
parent 1f08d1a823
commit 731131073f
13 changed files with 69 additions and 48 deletions

View File

@@ -2,7 +2,7 @@ gpg prod.env.gpg
cd ..
bash rails-prod.sh wrestlingdev
cd deploy
docker-compose -f docker-compose-prod.yml up -d
echo Make sure your local mysql database has a db for wrestlingdev
docker-compose -f docker-compose-prod-full-stack.yml up -d
echo Make sure your local mysql database has a db for wrestlingdev called wrestlingtourney
echo "mysqldump -u guy -ppassword -h host database_name > database.sql"
echo "mysql -u guy -ppassword -h host database_name < database.sql"