Differences between revisions 1 and 2
Revision 1 as of 2008-07-04 23:57:44
Size: 580
Editor: mk2s@digitalcommute
Comment:
Revision 2 as of 2008-07-05 15:53:11
Size: 1170
Editor: mk2s@digitalcommute
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DEV/versions/4816961 #pragma page-filename DEV/versions/4816962
Line 6: Line 6:
the following is on a clean install of FC9

Python 2.5.1 and Postfix already installed
as root installed

 * bzr (not bazaar)
Line 7: Line 13:

[[../mk2s@fc9 ~|mk2s@fc9 ~]]$ bzr checkout https://code.launchpad.net/~mk2s/mailman/restserver
[[../mk2s@fc9 ~|mk2s@fc9 ~]]$ cd restserver
[[../mk2s@fc9 ~/restserver|mk2s@fc9 ~/restserver]]$ mkdir ~/mailman-runtime
[[../mk2s@fc9 ~/restserver|mk2s@fc9 ~/restserver]]$ ./configure --(-with-username=mk2s )----(with-groupname=mk2s )----(prefix=$HOME/mailman-runtime )---without-permcheck
[[../mk2s@fc9 ~/restserver|mk2s@fc9 ~/restserver]]$ make install

This page describes how to get started trying the RESTful webservice server for mailman.

The code is at https://code.launchpad.net/~mk2s/mailman/restserver

the following is on a clean install of FC9

Python 2.5.1 and Postfix already installed as root installed

  • bzr (not bazaar)

* scratch notes below

mk2s@fc9 ~$ bzr checkout https://code.launchpad.net/~mk2s/mailman/restserver mk2s@fc9 ~$ cd restserver mk2s@fc9 ~/restserver$ mkdir ~/mailman-runtime mk2s@fc9 ~/restserver$ ./configure -with-username=mk2s with-groupname=mk2s prefix=$HOME/mailman-runtime -without-permcheck mk2s@fc9 ~/restserver$ make install

[x]$ cd /home/mk2s/mailman/mailman22-restserver/Mailman/rest

[rest]$ make install

[mailman22runtime]$ PYTHONPATH=. python Mailman/rest/server.py
need to figure out what to do about the runtime dir

need list of dependencies and how to install those\\

MailmanWiki: DEV/restserver-branch (last edited 2008-07-06 21:33:40 by mk2s@digitalcommute)