Added Nitrous.io quickstart configs and update doc (#2136)
This commit is contained in:
committed by
Frédéric Guillot
parent
bcee0ef48e
commit
aea8784ab5
14
nitrous-post-create.sh
Executable file
14
nitrous-post-create.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
rm -rf ~/code/public_html
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y php5-sqlite
|
||||
sudo apt-get clean
|
||||
|
||||
cd ~/code
|
||||
mv kanboard public_html
|
||||
cd public_html
|
||||
composer install
|
||||
cd ~/code
|
||||
sudo chown -R nitrous:www-data public_html
|
||||
sudo service apache2 reload
|
||||
Reference in New Issue
Block a user