summaryrefslogtreecommitdiffstats
path: root/hyperkitty/doc/development.rst
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-21 17:32:37 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-21 17:32:37 +0100
commit527086586d7752243f7574a1e2f395e996d4ecf9 (patch)
treeec4cc226ba79a1aa99b683939208c02f32537750 /hyperkitty/doc/development.rst
parent179dd8ac917b04e9dcc6d978fe0464f66adafb72 (diff)
downloadhyperkitty-527086586d7752243f7574a1e2f395e996d4ecf9.tar.gz
hyperkitty-527086586d7752243f7574a1e2f395e996d4ecf9.tar.xz
hyperkitty-527086586d7752243f7574a1e2f395e996d4ecf9.zip
Prepare for release
Diffstat (limited to 'hyperkitty/doc/development.rst')
-rw-r--r--hyperkitty/doc/development.rst27
1 files changed, 0 insertions, 27 deletions
diff --git a/hyperkitty/doc/development.rst b/hyperkitty/doc/development.rst
deleted file mode 100644
index aed8c0e..0000000
--- a/hyperkitty/doc/development.rst
+++ /dev/null
@@ -1,27 +0,0 @@
-===========
-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. cd hyperkitty
- 3. python setup.py develop ( this command may require sudo privileges)
- 4. Clone the stand alone hk-app, bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/hk-app
- 5. cd hk-app
- 6. python manage.py syncdb
- 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``: