Skip to content

Commit

Permalink
Merge pull request #24 from djoq/master
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
jomann09 authored Nov 18, 2017
2 parents fa26aff + 95c6545 commit 61c522d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ Configure Apache depending on the current Apache version and operating system. I
cp nrdp.conf /etc/httpd/conf.d
service httpd restart

And on Ubuntu 16.0.4::

cp nrdp.conf /etc/apache2/sites-enabled/nrdp.conf
sed -i '/Order allow,deny/c\ #' /etc/apache2/sites-enabled/nrdp.conf
sed -i '/Allow from all/c\Require all granted' /etc/apache2/sites-enabled/nrdp.conf
/etc/init.d/apache2 restart

The NRDP server has now been installed.

**Testing the Installation**
Expand Down

0 comments on commit 61c522d

Please sign in to comment.