From 276b6ec8e34695bb7ddb0a2bf5ea6470b355b499 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Fri, 10 Aug 2012 21:11:33 +0530 Subject: Add HTML documentation --- hyperkitty/doc/_build/html/development.html | 133 ++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 hyperkitty/doc/_build/html/development.html (limited to 'hyperkitty/doc/_build/html/development.html') diff --git a/hyperkitty/doc/_build/html/development.html b/hyperkitty/doc/_build/html/development.html new file mode 100644 index 0000000..89ab6bd --- /dev/null +++ b/hyperkitty/doc/_build/html/development.html @@ -0,0 +1,133 @@ + + + + + + + + + Development — HyperKitty v0.1 documentation + + + + + + + + + + + + +
+
+
+
+ +
+

Development

+
+

Contribution

+

Hang out on IRC and ask questions on #mailman or join the mailing list mailman-developers@python.org

+
+
Get the development version up and running:
+
    +
  1. bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hyperkitty
  2. +
  3. cd hyperkitty
  4. +
  5. python setup.py develop ( this command may require sudo privileges)
  6. +
  7. Clone the stand alone hk-app, bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hk-app
  8. +
  9. cd hk-app
  10. +
  11. python manage.py syncdb
  12. +
+

7. python manage.py runserver +(you may need to load data in your local machine using kittystore to get it running)

+
+
+
+
+

Testing

+

python manage.py test hyperkitty

+

All test modules reside in the hyperkitty/hyperkitty/tests directory +and this is where you should put your own tests, too. To make the django test +runner find your tests, make sure to add them to the folder’s __init__.py:

+
+
+ + +
+
+
+
+
+

Table Of Contents

+ + +

Previous topic

+

News / Changelog

+

This Page

+ + + +
+
+
+
+ + + + \ No newline at end of file -- cgit