Difference between revisions of "Culture.si:Development"

From Culture.si
Line 19: Line 19:
 
  cd culture
 
  cd culture
  
You might also need to set some environment for stuff to work
+
You might want to create a special user on your system for this stuff...
 +
 
 +
There is also '''etc/crontab''' you might want to look into. It runs the Makefile.
 +
 
 +
You might also need to set some environment for stuff to work from shell.
  
 
  . etc/env.sh
 
  . etc/env.sh
  
Toplevel '''Makefile''' contains some useful targets
+
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.

Revision as of 04:07, 11 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 want to create a special user on your system for this stuff...

There is also etc/crontab you might want to look into. It runs the Makefile.

You might also need to set some environment for stuff to work from shell.

. 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.