Cleaning.

pull/39/head
Cédric Bonhomme 2017-08-02 10:20:44 +02:00
parent f1f8590525
commit b392ed5bde
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
5 changed files with 1 additions and 37 deletions

View File

@ -1,7 +1,6 @@
Alexandre Dulaunoy
Benjamin Ganivet
Cédric Bonhomme
claudex
Cyril Rouyer
Guillaume Lesniak
Jerome De Almeida

View File

@ -1,4 +1,4 @@
Skeleton Monarc Project
Skeleton MONARC Project
=======================
*Disclaimer: This is a work in progress and software is still in alpha stage.*

View File

@ -1,5 +0,0 @@
# continuous.yml
deployment:
hooks:
AfterInstall:
- command: scripts/migrate.sh

View File

@ -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"
}
}

View File

@ -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