summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-27 16:52:49 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-27 16:52:49 +0100
commit64ee6215510021a75fdb3ff188514ab8bace2f86 (patch)
tree44efb69411044ef945ea43159a3fe4799c6da333 /doc
parenteba73dd9091e01f03878a2c412cd93f64b9be9af (diff)
downloadhyperkitty-64ee6215510021a75fdb3ff188514ab8bace2f86.tar.gz
hyperkitty-64ee6215510021a75fdb3ff188514ab8bace2f86.tar.xz
hyperkitty-64ee6215510021a75fdb3ff188514ab8bace2f86.zip
Update the docs
Diffstat (limited to 'doc')
-rw-r--r--doc/development.rst4
-rw-r--r--doc/install.rst1
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/development.rst b/doc/development.rst
index 5d91443..2e7acd5 100644
--- a/doc/development.rst
+++ b/doc/development.rst
@@ -24,7 +24,7 @@ First, create the virtualenv and activate it::
Then download the components of HyperKitty::
- git clone git://github.com/pypingou/kittystore.git
+ git clone https://github.com/hyperkitty/kittystore.git
cd kittystore
python setup.py develop
cd ..
@@ -60,7 +60,7 @@ Testing
Use the following command::
- python manage.py test hyperkitty
+ python hyperkitty_standalone/manage.py test hyperkitty
All test modules reside in the ``hyperkitty/tests`` directory
and this is where you should put your own tests, too. To make the django test
diff --git a/doc/install.rst b/doc/install.rst
index 2592234..d020161 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -71,6 +71,7 @@ from HyperKitty (which resides somewhere on your pythonpath) to be able to
serve them from the site directory. All you have to do is run::
python hyperkitty_standalone/manage.py collectstatic
+ python hyperkitty_standalone/manage.py assets build --parse-templates
These static files will be collected in the ``hyperkitty_standalone/static``
directory and served by Apache. You should now be all set. Try accessing