diff options
-rw-r--r-- | doc/development.rst | 4 | ||||
-rw-r--r-- | doc/install.rst | 1 |
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 |