Difference between revisions of "Culture.si:Development"
m (moved Devel to Development) |
|||
Line 1: | Line 1: | ||
+ | ==Documents== | ||
+ | * [[Culture.si:Kultura.si functional specification]] | ||
+ | |||
==References== | ==References== | ||
* [http://www.joelonsoftware.com/articles/fog0000000036.html Painless Functional Specifications] by Joel | * [http://www.joelonsoftware.com/articles/fog0000000036.html Painless Functional Specifications] by Joel | ||
+ | |||
+ | ==Current software== | ||
+ | |||
+ | Provides backup, some bots and some utilities, used to run the site | ||
+ | |||
+ | Note! Current mediawiki stuff in svn is not quite up to date. Eventually it needs to | ||
+ | be replaced with stuff actually used (it is backed up) | ||
+ | |||
+ | Checkout with svn | ||
+ | |||
+ | mkdir Projects | ||
+ | cd Projects | ||
+ | svn co svn+ssh://user@svn.ljudmila.net/var/svn/culture | ||
+ | cd culture | ||
+ | |||
+ | You might also need to set some environment for stuff to work | ||
+ | |||
+ | . etc/env.sh | ||
+ | |||
+ | Toplevel '''Makefile''' contains some useful targets | ||
+ | |||
+ | Directory '''bin''' contains some useful commands. Many include some help. |
Revision as of 19:27, 10 September 2011
Documents
References
Current software
Provides backup, some bots and some utilities, used to run the site
Note! Current mediawiki stuff in svn is not quite up to date. Eventually it needs to be replaced with stuff actually used (it is backed up)
Checkout with svn
mkdir Projects cd Projects svn co svn+ssh://user@svn.ljudmila.net/var/svn/culture cd culture
You might also need to set some environment for stuff to work
. etc/env.sh
Toplevel Makefile contains some useful targets
Directory bin contains some useful commands. Many include some help.