Penguin
Blame: DevEnvironment
EditPageHistoryDiffInfoLikePages
Annotated edit history of DevEnvironment version 3, including all changes. View license author blame.
Rev Author # Line
1 JohnBillings 1 A development environment is something you do, when you want to test changes or upgrades to a software application, with out affecting the production or live system.
2
3 For instance, the wlug wiki. In the past it was proposed to use test.wlug.org.nz for this:
4
5 http://list.waikato.ac.nz/pipermail/wlug-committee/2005-August/001015.html
6
7 The software that runs the site is in an svn repository here, and anyone can check out the files:
8
2 JohnBillings 9 http://svn.wlug.org.nz
1 JohnBillings 10
11 There is some information about past development work here:
12
13 http://www.wlug.org.nz/WlugWikiPatches
14
15 The current committee is planning to create a development environment in a VPS donated by Rimuhosting. This is for preventive maintenance of the site, and to understand how it's setup and what components are needed.
16
17 What we know so far, is that it's based on an application PhpWiki, which obviously uses PHP, and uses the Postgres database.
18
19 Database dumps are stored here:
20
21 http://www.wlug.org.nz/archive/wiki/
22
3 JohnBillings 23 So far we have a simple cron job that goes and grabs a database dump once a week and stores it on our remote backup server (tarua.wlug.org.nz).
1 JohnBillings 24
25 We are looking at checking out the wiki code now. There are other components to the site as well, such as the library manager application, webmail and the planet application. We are just looking at the wiki for now.