X-Git-Url: https://git.ucc.asn.au/?p=ucc-www.git;a=blobdiff_plain;f=index.mdwn;h=b5f632dcd9dbf429359a8e26b22e790d02eb93b2;hp=0ed82ad3991d46a1a8f8d00e3e6ed05f4de93ab9;hb=e585d3b1860e77fafe64b4e83aa5aea0a5382b5c;hpb=b0eab39de75269ff7bb6d80951b1d4fab1219bb2 diff --git a/index.mdwn b/index.mdwn index 0ed82ad..b5f632d 100644 --- a/index.mdwn +++ b/index.mdwn @@ -1,5 +1,16 @@ Welcome to your new wiki. +*** THINGS ON THE WEB SIDE AREN'T GOING TO BE WORKING VERY WELL (ie: AT ALL) UNTIL I MAKE MORE PROGRESS ON THE TEMPLATES. *** +This may be remedied now? If you can read this, web-based editing works and the new design is one step closer to implementation. Now to work out how to create new pages from the web. Maybe by following a [[Wiki]]-link to nowhere. + +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'). + +[[AnotherTestPage]] + +I think one of the first things to do is to decide how the new site will be laid out. For this purpose use the [[Sitemap]] page. + +Setup almost complete,leaving the below as a quick reference for now. +-- Some bits of information: * Raw site files are currently in /services/http-iki/ @@ -8,7 +19,7 @@ Some bits of information: * Run "sudo /etc/ikiwiki/update_site" to push out configuration changes and manual updates to code in /services/http-iki/. * 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). -To set up RCS: +To set up RCS (*mostly done now, woo*): * /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. * To create the git repo, run "ikiwiki-makerepo git /services/http-iki/ $REPO_LOCATION" ($REPO_LOCATION will be created) @@ -16,6 +27,12 @@ To set up RCS: * You'll have to edit /etc/ikiwiki/site.conf in the git section to get ikiwiki to start using it. * Read http://ikiwiki.info/rcs/git/ +* I've done pretty much all of the above now. +* CGI commits have issues, probably related to group permissions. Trying again. +* That worked, so now I'm going to try a git push. +* THAT worked, so I'm happy! +* openid login tested - mtearle + All wikis are supposed to have a [[SandBox]], so this one does too. ----