Cleaning.
parent
f1f8590525
commit
b392ed5bde
1
AUTHORS
1
AUTHORS
|
@ -1,7 +1,6 @@
|
||||||
Alexandre Dulaunoy
|
Alexandre Dulaunoy
|
||||||
Benjamin Ganivet
|
Benjamin Ganivet
|
||||||
Cédric Bonhomme
|
Cédric Bonhomme
|
||||||
claudex
|
|
||||||
Cyril Rouyer
|
Cyril Rouyer
|
||||||
Guillaume Lesniak
|
Guillaume Lesniak
|
||||||
Jerome De Almeida
|
Jerome De Almeida
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Skeleton Monarc Project
|
Skeleton MONARC Project
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
*Disclaimer: This is a work in progress and software is still in alpha stage.*
|
*Disclaimer: This is a work in progress and software is still in alpha stage.*
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
# continuous.yml
|
|
||||||
deployment:
|
|
||||||
hooks:
|
|
||||||
AfterInstall:
|
|
||||||
- command: scripts/migrate.sh
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"name": "MONARC",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "MONARC Skeleton App",
|
|
||||||
"private": true,
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/monarc-project/skeleton.git"
|
|
||||||
},
|
|
||||||
"author": "Netlor",
|
|
||||||
"license": "Copyright",
|
|
||||||
"dependencies": {
|
|
||||||
"ng_anr": "git+https://@github.token@:x-oauth-basic@github.com/monarc-project/ng-anr#beta",
|
|
||||||
"ng_client": "git+https://@github.token@:x-oauth-basic@github.com/monarc-project/ng-client#beta"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"grunt": "~0.4.1",
|
|
||||||
"grunt-cli": "~0.1.13"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
cd /var/www/continuousphp/current
|
|
||||||
|
|
||||||
while [ ! -f /var/lib/continuousphp/credentials.ini ]
|
|
||||||
do
|
|
||||||
sleep 2
|
|
||||||
done
|
|
||||||
|
|
||||||
chown -R www-data:www-data /var/www/continuousphp/current/*
|
|
||||||
bin/phing -propertyfile /var/lib/continuousphp/credentials.ini init
|
|
Loading…
Reference in New Issue