From 6c43ab7dfcf8f5ff47d98746c02515b20135f5e3 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 2 Dec 2016 17:40:04 -0500 Subject: Remove Nitrous installation files --- .dockerignore | 1 - ChangeLog | 1 + Makefile | 1 - doc/index.markdown | 1 - doc/nitrous.markdown | 10 ---------- doc/ru_RU/index.markdown | 1 - nitrous-post-create.sh | 14 -------------- nitrous.json | 6 ------ 8 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 doc/nitrous.markdown delete mode 100755 nitrous-post-create.sh delete mode 100644 nitrous.json diff --git a/.dockerignore b/.dockerignore index 19c8e14b..8662306f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,7 +12,6 @@ Makefile *.sh app.json bower.json -nitrous.json package.json Vagrantfile web.config diff --git a/ChangeLog b/ChangeLog index fdb68e79..b218dbd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ Improvements: * Simplify `.htaccess` to avoid potential issues with possible specific Apache configurations * Replace notifications Javascript code by CSS * Refactoring of user mentions job +* Remove nitrous installer Breaking changes: diff --git a/Makefile b/Makefile index 1ca528aa..0f37a58e 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,6 @@ archive: @ rm -rf ${BUILD_DIR}/kanboard/*.js @ rm -rf ${BUILD_DIR}/kanboard/.dockerignore @ rm -rf ${BUILD_DIR}/kanboard/docker - @ rm -rf ${BUILD_DIR}/kanboard/nitrous* @ cd ${BUILD_DIR}/kanboard && find ./vendor -name doc -type d -exec rm -rf {} +; @ cd ${BUILD_DIR}/kanboard && find ./vendor -name notes -type d -exec rm -rf {} +; @ cd ${BUILD_DIR}/kanboard && find ./vendor -name test -type d -exec rm -rf {} +; diff --git a/doc/index.markdown b/doc/index.markdown index 54010d0c..234b6b79 100644 --- a/doc/index.markdown +++ b/doc/index.markdown @@ -110,7 +110,6 @@ Technical details - [Run Kanboard with Docker](docker.markdown) - [Run Kanboard with Vagrant](vagrant.markdown) - [Run Kanboard on Cloudron](cloudron.markdown) -- [Run Kanboard on Nitrous](nitrous.markdown) ### Configuration diff --git a/doc/nitrous.markdown b/doc/nitrous.markdown deleted file mode 100644 index daaedcef..00000000 --- a/doc/nitrous.markdown +++ /dev/null @@ -1,10 +0,0 @@ -Nitrous Quickstart -================== - -Create a free development environment for this Kanboard project in the cloud on [Nitrous.io](https://www.nitrous.io) by clicking the button below. - - - Nitrous Quickstart - - -Simply access your site via the `Preview > 3000` link in the IDE. diff --git a/doc/ru_RU/index.markdown b/doc/ru_RU/index.markdown index c4a12d52..88467206 100644 --- a/doc/ru_RU/index.markdown +++ b/doc/ru_RU/index.markdown @@ -178,7 +178,6 @@ - [Запуск Kanboard на Cloudron](cloudron.markdown) -- [Запуск Kanboard на Nitrous](nitrous.markdown) ### Настройка[¶](#configuration "Ссылка на этот заголовок") diff --git a/nitrous-post-create.sh b/nitrous-post-create.sh deleted file mode 100755 index 558cc753..00000000 --- a/nitrous-post-create.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 diff --git a/nitrous.json b/nitrous.json deleted file mode 100644 index 1cf4ab67..00000000 --- a/nitrous.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "template": "php-apache", - "ports": [3000], - "name": "Kanboard", - "description": "Kanban project management software" -} -- cgit v1.2.3