On Fri, May 4, 2012 at 2:10 PM, David <[email protected]> wrote: > Next Questions: > 1. what are the first tests I should perform after starting mailman? > 2. a tutorial for setting up Posterious? > > Following this guide: http://wiki.list.org/display/DEV/A+5+minute+guide+to+get+the+Mailman+web+UI+running I did these steps:
wget http://www.djangoproject.com/download/1.4/tarball/ -O Django-1.4.tar.gz tar xzvf Django-1.4.tar.gz *Question*: could I have instead used # apt-get install python-django python-django-social-auth wget https://launchpad.net/postorius/trunk/1.0.0a1/+download/postorius-1.0.0a.tar.gz tar xf postorius-1.0.0a.tar.gz source /opt/mailman3/bin/activate /opt/mailman-3.0.0b1# mailman start cd Django-1.4 sudo python setup.py install # cd postorius/ sudo python setup.py develop *Question*: How do I test that these steps have worked so far? Next, the guide ( http://wiki.list.org/display/DEV/A+5+minute+guide+to+get+the+Mailman+web+UI+running) mentions: > Start the development server > $ cd dev_setup > $ python manage.py syncdb > $ python manage.py runserver > > The last command will start the dev server on http://localhost:8000 > I don't have a dev_setup directory. Also, I want to start the Web GUI on port 80 for public access via apache. The following page is empty: How to get Postorius running on Apache and mod_wsgi http://wiki.list.org/display/DEV/How+to+get+Postorius+running+on+Apache+and+mod_wsgi _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
