X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.md;fp=README.md;h=33a92c23df404470ac301991c42b2159646af8eb;hb=182a1f8dfcc6ddb8a45b257beca8d70a4d63faf3;hp=6a86a03c2eaef6f93a06acac80322e3a166242a0;hpb=13bd0fa7653740bf43067f78b76fd805c17431ae;p=ardour-manual diff --git a/README.md b/README.md index 6a86a03..33a92c2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ notes just in case you decide to anyway. ### Run it locally You may want the manual available on a machine that doesn't have constant -internet access. You will need `git`, and `python3` installed. +internet access. You will need `git`, `python3` and `cherrypy` python module installed. 1. Download code and build manual @@ -91,29 +91,14 @@ internet access. You will need `git`, and `python3` installed. ./build.py ``` -2. Install and configure a web server on your machine. Any web server should -work, Apache, nginx, etc... The following steps are for nginx, using another -server means following the same procedure for the server you decide to use. - -3. Install [nginx](http://wiki.nginx.org/Install) - -4. Configure nginx server block in `/etc/nginx/sites-available/default` - +2. Run the following: ``` - server { - listen 80; - server_name localhost; - - root ...path_to_.../ardour-manual/website; - index index.html; - } + ./servit.py ``` -5. Restart nginx server - - service nginx restart +3. The manual will now be available at http://127.0.0.1:8080 -6. The manual will now be available at http://localhost + (Ctrl-c to quit the server). ### Helper scripts: `implode` and `explode`