Size: 1720
Comment:
|
Size: 1621
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#pragma page-filename DEV/versions/11960564 | #pragma page-filename DEV/versions/11960574 |
Line 9: | Line 9: |
=== Procedure === 1. Download the Archive 1. Unpack it 1. ?execute setup.py === Known Issues during installation === * /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'entry_points' * SOLUTION ? == REST == --([[https://code.launchpad.net/~flo-fuchs/mailman.client/settings]])-- \#Development will be merged to : |
==== Procedure ==== 1. Download the Archive / or branch it and skip 2. 1. Unpack it and open a terminal session in that directory 1. python bootstrap.py {{{ 1. {code} bin/buildout }}} 1. Test it by using {{{ bin/test }}} |
Line 23: | Line 30: |
=== Procedure === | ==== Procedure ==== |
Line 26: | Line 33: |
* after installing the app use python manage.py runserver to run a development server on localhost:8080 === Known Issues during installation === |
* after installing the app use {{{ python manage.py runserver }}} to run a development server on [[http://localhost:8080|localhost:8080]] |
Line 31: | Line 43: |
=== Procedure === | ==== Procedure ==== |
Line 34: | Line 46: |
=== Known Issues during installation === * none === Procedure === branch the latest release |
== REST-API (client) == --([[https://code.launchpad.net/~flo-fuchs/mailman.client/settings]])-- \#Development will be merged to : |
Line 39: | Line 49: |
UGLY: | ==== Procedure ==== 1. branch the latest release (dir name is settings atm.) 1. sudo python setup.py install |
Line 41: | Line 54: |
1. COPY \''client.py AND __init''\_.py into a DIR "client" within the Django App |
|
Line 44: | Line 55: |
OFFICIAL | |
Line 46: | Line 56: |
=== Known Issues during installation === | h3. |
This How-To aims to support All Developers who want to get all 4 parts which belong to the latest mailmanweb development running on a standalone installation. Please remember that most of the branches are experimental !
MM3 a7
→ http://launchpad.net/mailman/3.0/3.0.0a7/+download/mailman-3.0.0a7.tar.gz
Procedure
- Download the Archive / or branch it and skip 2.
- Unpack it and open a terminal session in that directory
python bootstrap.py
1. {code} bin/buildout
- Test it by using
bin/test
Django-Site
https://code.launchpad.net/~benste/mailmanwebgsoc2011/django_project This is dummy Django Site - you could easyly create your own site but this one comes with prefilled settings.
Procedure
- branch it into a directory
- make sure you do have Django installed on your system
- after installing the app use
python manage.py runserver
to run a development server on localhost:8080
Django-App
https://code.launchpad.net/~benste/mailmanwebgsoc2011/mailman_django_app
Procedure
- Branch the app beside the Django branch
- Make sure Django-Site does link do the right App (urls.py; settings.py ...)
REST-API (client)
https://code.launchpad.net/~flo-fuchs/mailman.client/settings \#Development will be merged to :
Procedure
- branch the latest release (dir name is settings atm.)
- sudo python setup.py install
h3.