I lied. This is the last one.
[ucc-www.git] / index.mdwn
1 Welcome to your new wiki.
2
3 *** THINGS ON THE WEB SIDE AREN'T GOING TO BE WORKING VERY WELL (ie: AT ALL) UNTIL I MAKE MORE PROGRESS ON THE TEMPLATES. ***
4
5 You can still update the site by checking out the git repository from mussel:/usr/local/git/ucc-site. Updates to markdown files and media are applied on git push, updates to templates require a site rebuild ('sudo /etc/ikiwiki/update_site').
6
7 Setup almost complete,leaving the below as a quick reference for now.
8 --
9 Some bits of information:
10
11 * Raw site files are currently in /services/http-iki/
12 * The site is rendered to /services/http/ver2/
13 * Configuration is in /etc/ikiwiki/site.conf
14 * Run "sudo /etc/ikiwiki/update_site" to push out configuration changes and manual updates to code in /services/http-iki/. 
15 * The script is necessary to fix file ownerships (we want files in the published site to be owned by http:www-data, not the user who ran the updater).
16
17 To set up RCS (*mostly done now, woo*):
18
19 * /services/http-iki/ will become ikiwiki's checkout/working directory, so once RCS is configured this directory should be left well alone and perhaps even moved out of harm's way.
20 * To create the git repo, run "ikiwiki-makerepo git /services/http-iki/ $REPO_LOCATION" ($REPO_LOCATION will be created) 
21 * If it's anything like SVN, this will check-in the current contents of /services/http-iki/ into the newly created repo and /services/http-iki/ will become ikiwiki's working directory for git.
22 * You'll have to edit /etc/ikiwiki/site.conf in the git section to get ikiwiki to start using it.
23 * Read http://ikiwiki.info/rcs/git/
24
25 * I've done pretty much all of the above now.
26 * CGI commits have issues, probably related to group permissions. Trying again.
27 * That worked, so now I'm going to try a git push.
28 * THAT worked, so I'm happy!
29
30 All wikis are supposed to have a [[SandBox]], so this one does too.
31
32 ----
33
34 This wiki is powered by [ikiwiki](http://ikiwiki.info/).

UCC git Repository :: git.ucc.asn.au