Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2011-05-30 10:12:07
Size: 418
Editor: benste
Comment:
Revision 4 as of 2011-05-30 10:35:12
Size: 1961
Editor: benste
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DEV/versions/11960562
MM3 a7
#pragma page-filename DEV/versions/11960571
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 !
Line 4: Line 4:
== MM3 a7 ==
Line 8: Line 9:
REST ==== 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
Line 10: Line 15:
https://code.launchpad.net/~flo-fuchs/mailman.client/settings {{{
 1. {code}
bin/buildout
}}}
Line 12: Line 20:
Django
Line 14: Line 21:
https://code.launchpad.net/~benste/mailmanwebgsoc2011/django_project  1. Test it by using
{{{
bin/test
}}}
Line 16: Line 26:
Django-App ==== Known Issues during installation ====
 * /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'entry_points'
  * SOLUTION ?
== 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.
Line 18: Line 33:
https://code.launchpad.net/~benste/mailmanwebgsoc2011/mailman_django_app ==== 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 [[http://localhost:8080|localhost:8080]]

==== Known Issues during installation ====
 * none
== Django-App ==
[[https://code.launchpad.net/~benste/mailmanwebgsoc2011/mailman_django_app]]

==== Procedure ====
 1. Branch the app beside the Django branch
 1. Make sure Django-Site does link do the right App (urls.py; settings.py ...)
==== Known Issues during installation ====
 * none
== REST-API ==
--([[https://code.launchpad.net/~flo-fuchs/mailman.client/settings]])-- \#Development will be merged to :

==== Procedure ====
branch the latest release

UGLY:

 1. COPY \''client.py AND __init''\_.py
into a DIR "client" within the Django App

OFFICIAL

=== Known Issues during installation ===
 * none

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

https://launchpad.net/mailman

http://launchpad.net/mailman/3.0/3.0.0a7/+download/mailman-3.0.0a7.tar.gz

Procedure

  1. Download the Archive / or branch it and skip 2.
  2. Unpack it and open a terminal session in that directory

python bootstrap.py

 1. {code}
bin/buildout
  1. Test it by using

bin/test

Known Issues during installation

  • /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'entry_points'

    • SOLUTION ?

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

Known Issues during installation

  • none

Django-App

https://code.launchpad.net/~benste/mailmanwebgsoc2011/mailman_django_app

Procedure

  1. Branch the app beside the Django branch
  2. Make sure Django-Site does link do the right App (urls.py; settings.py ...)

Known Issues during installation

  • none

REST-API

https://code.launchpad.net/~flo-fuchs/mailman.client/settings \#Development will be merged to :

Procedure

branch the latest release

UGLY:

  1. COPY \client.py AND init\_.py

into a DIR "client" within the Django App

OFFICIAL

Known Issues during installation

  • none

MailmanWiki: DEV/How to Install MM3a7+REST+Django+APP (last edited 2023-11-24 16:00:20 by msapiro)