Nadine
From JR
Setting up Nadine to see if it is useful as Membership software. This page has some notes on the current state of the install.
It is currently installed on Alan's "TableSaw" machine. (We can put it somewhere else later once we figure out exactly how we want it set up.)
It requires a bunch of supporting software: Django, Postgres and/or MySQL databases, Git, etc. This has been done through the Ubuntu package manager.
Nadine itself is pulled directly from its git repository and is in ~tablesaw/nadine/nadine.git.
Next steps:
- As the nadine install.txt says, get an empty Django project working. Django can run with its built in testserver, but we'd want an actual web server for real use. Apache or anything.
- Make a postgresql database to hold the Nadine stuff, and set up a Nadine Django site that uses it
- ???
- Profit
