creation of cache folders

pull/255/head
Cédric Bonhomme 2019-11-21 08:31:22 +01:00
parent 392726dec1
commit f9bbc2ac7d
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 8 additions and 1 deletions

2
vagrant/Vagrantfile vendored
View File

@ -54,7 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
#
# # Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04"]
vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04 - 1"]
end
#
# View the documentation for the provider you're using for more

View File

@ -129,6 +129,13 @@ ln -s ./../../vendor/monarc/frontoffice FrontOffice
cd $PATH_TO_MONARC
mkdir -p $PATH_TO_MONARC/data/cache
mkdir -p $PATH_TO_MONARC/data/LazyServices/Proxy
mkdir -p $PATH_TO_MONARC/data/DoctrineORMModule/Proxy
chown -R www-data data
chmod -R 777 data
# Front-end
mkdir node_modules
cd node_modules