Add shared folder.

This commit is contained in:
Martin v. Löwis
2015-08-27 23:07:20 +02:00
parent 8a38e08f98
commit 4d5cefb7a3

View File

@ -95,6 +95,8 @@ export RAILS_ENV=development
rake db:schema:load
rake db:migrate
rake db:seed
chown -R vagrant /shared
ln -sf /shared tmp/files
# NGINX
if [ ! -L /etc/nginx/sites-enabled/code_ocean ]