--- /dev/null
+# 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