diff options
author | yeouchien <yeouchien@gmail.com> | 2016-04-19 21:20:37 +0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2016-04-19 09:20:37 -0400 |
commit | aea8784ab5f60a39551e03d04619a043b60205b2 (patch) | |
tree | 2ad78b00f3a9fce0cb0f20a7e068c1704e22e544 /doc | |
parent | bcee0ef48eff31f8428317ad0ed64c15f9efafdc (diff) |
Added Nitrous.io quickstart configs and update doc (#2136)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.markdown | 1 | ||||
-rw-r--r-- | doc/nitrous.markdown | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/index.markdown b/doc/index.markdown index 727f116d..30083fa9 100644 --- a/doc/index.markdown +++ b/doc/index.markdown @@ -101,6 +101,7 @@ 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 new file mode 100644 index 00000000..daaedcef --- /dev/null +++ b/doc/nitrous.markdown @@ -0,0 +1,10 @@ +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. + +<a href="https://www.nitrous.io/quickstart"> + <img src="https://nitrous-image-icons.s3.amazonaws.com/quickstart.png" alt="Nitrous Quickstart" width=142 height=34> +</a> + +Simply access your site via the `Preview > 3000` link in the IDE. |