From 12d58309a32ae236b7a284ae798053cd8c1e94f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 31 Jan 2017 14:32:04 +0100 Subject: [PATCH] NOW: Debian documentation --- NOW/debian/README.debian | 28 ++++++++++++++++++++++++++++ NOW/debian/now.docs | 1 + 2 files changed, 29 insertions(+) create mode 100644 NOW/debian/README.debian create mode 100644 NOW/debian/now.docs diff --git a/NOW/debian/README.debian b/NOW/debian/README.debian new file mode 100644 index 0000000..64f5b87 --- /dev/null +++ b/NOW/debian/README.debian @@ -0,0 +1,28 @@ +# Installation + +## Together with apache2 + + apt-get install -y apache2 now + +## Installing apache2 later + + apt-get install -y now + apt-get install -y apache2 + a2enmod passenger + service apache2 restart + # rerun post-installation scripts: + # a2enconf now && a2ensite now-site + dpkg-reconfigure now + +## Configuration + +Edit `/etc/now.yml` file. + +More information see [README](https://github.com/CESNET/NOW/#at-now-host). + +# Quick check + +Replace USER by real OpenNebula user: + + curl http://localhost:11080 + curl http://localhost:11080/network?user=USER diff --git a/NOW/debian/now.docs b/NOW/debian/now.docs new file mode 100644 index 0000000..682414a --- /dev/null +++ b/NOW/debian/now.docs @@ -0,0 +1 @@ +README.debian -- 1.8.2.3