From 1e0f69f59207dd48c1cd42b866cd329f0bc66d87 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Fri, 25 Oct 2013 14:12:33 +0530 Subject: [PATCH] [minor] update readme --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fa88665206..9888293b5f 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,9 @@ Install: $ lib/wnf.py --reinstall $ lib/wnf.py --build -1. Setup Apache Conf from `conf/apache.conf` - - Allow cgi to handle `.py` files - - Rewrite to make clean urls - - Note: the document root is the `public` folder in your project folder +1. Run development serve: + $ lib/wnf.py --serve -1. Give ownership of the project folder to apache user (`www-data` or `apache`) to make .pyc files and upload files. - enjoy! ## wnf.py @@ -34,4 +30,4 @@ enjoy! ## License -wnframework is freely available to use under the MIT License \ No newline at end of file +wnframework is freely available to use under the MIT License