added mnemosyne yml files in vagrant provision script and .gitignore (also added missing docker.yml in vagrant script)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
/config/action_mailer.yml
|
||||
/config/code_ocean.yml
|
||||
/config/database.yml
|
||||
/config/mnemosyne.yml
|
||||
/config/secrets.yml
|
||||
/config/sendmail.yml
|
||||
/config/smtp.yml
|
||||
|
@ -109,7 +109,7 @@ sudo apt-get -qq -y install nginx-extras passenger
|
||||
cd /vagrant
|
||||
|
||||
# config
|
||||
for f in action_mailer.yml database.yml secrets.yml sendmail.yml smtp.yml code_ocean.yml
|
||||
for f in action_mailer.yml database.yml secrets.yml sendmail.yml smtp.yml code_ocean.yml docker.yml.erb mnemosyne.yml
|
||||
do
|
||||
if [ ! -f config/$f ]
|
||||
then
|
||||
|
Reference in New Issue
Block a user