Difference between revisions of "Culture.si:Development"
Line 7: | Line 7: | ||
==Current software== | ==Current software== | ||
− | Provides backup, | + | Provides backup, webshots, featured, europeana, wiki utilities, etc... |
− | Note! Current mediawiki stuff in | + | You might want to create a special user on your system for this stuff... |
− | be replaced with stuff actually used (it is backed up) | + | |
+ | sudo adduser culture | ||
+ | |||
+ | 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) | ||
+ | |||
+ | Better yet, move all this stuff to GitHub (and post checkout instructions here!!!) | ||
− | Checkout | + | Checkout from SVN |
mkdir Projects | mkdir Projects | ||
Line 19: | Line 25: | ||
cd culture | cd culture | ||
− | You might | + | You might also need to set some environment for stuff to work from shell. |
− | |||
− | |||
− | + | There is also '''etc/crontab''' you might want to look into. It runs stuff in '''the Makefile'''. | |
. etc/env.sh | . etc/env.sh | ||
Line 29: | Line 33: | ||
Toplevel '''Makefile''' contains some useful targets for backups and updates, everything that runs from Makefile. | Toplevel '''Makefile''' contains some useful targets for backups and updates, everything that runs from Makefile. | ||
− | Directory '''bin''' contains some useful commands. They try to have reasonable names. Many include some help. | + | Directory '''bin''' contains some useful commands. They try to have reasonable names. Many include some help. Some don't yet, sorry. |
Revision as of 03:11, 11 September 2011
Documents
References
Current software
Provides backup, webshots, featured, europeana, wiki utilities, etc...
You might want to create a special user on your system for this stuff...
sudo adduser culture
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)
Better yet, move all this stuff to GitHub (and post checkout instructions here!!!)
Checkout from 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 from shell.
There is also etc/crontab you might want to look into. It runs stuff in the Makefile.
. etc/env.sh
Toplevel Makefile contains some useful targets for backups and updates, everything that runs from Makefile.
Directory bin contains some useful commands. They try to have reasonable names. Many include some help. Some don't yet, sorry.