From b392ed5bde3b8fa953499c88ef2c473ec7a05085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 2 Aug 2017 10:20:44 +0200 Subject: [PATCH] Cleaning. --- AUTHORS | 1 - README.md | 2 +- continuous.yml | 5 ----- package.json.continuousphp | 20 -------------------- scripts/migrate.sh | 10 ---------- 5 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 continuous.yml delete mode 100644 package.json.continuousphp delete mode 100755 scripts/migrate.sh diff --git a/AUTHORS b/AUTHORS index 11c4c9b..05530e3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,6 @@ Alexandre Dulaunoy Benjamin Ganivet Cédric Bonhomme -claudex Cyril Rouyer Guillaume Lesniak Jerome De Almeida diff --git a/README.md b/README.md index 5f4ff4d..ab80156 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Skeleton Monarc Project +Skeleton MONARC Project ======================= *Disclaimer: This is a work in progress and software is still in alpha stage.* diff --git a/continuous.yml b/continuous.yml deleted file mode 100644 index 9b5d112..0000000 --- a/continuous.yml +++ /dev/null @@ -1,5 +0,0 @@ -# continuous.yml -deployment: - hooks: - AfterInstall: - - command: scripts/migrate.sh \ No newline at end of file diff --git a/package.json.continuousphp b/package.json.continuousphp deleted file mode 100644 index 81be8f6..0000000 --- a/package.json.continuousphp +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/scripts/migrate.sh b/scripts/migrate.sh deleted file mode 100755 index 02aa88b..0000000 --- a/scripts/migrate.sh +++ /dev/null @@ -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 \ No newline at end of file