diff options
-rw-r--r-- | ikiwiki/NearlyFreeSpeech.mdwn | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/ikiwiki/NearlyFreeSpeech.mdwn b/ikiwiki/NearlyFreeSpeech.mdwn index c7cc5c0..91f8647 100644 --- a/ikiwiki/NearlyFreeSpeech.mdwn +++ b/ikiwiki/NearlyFreeSpeech.mdwn @@ -52,17 +52,41 @@ Either way, it will ask you a couple of questions. What will the wiki be named? foo What revision control system to use? git - What wiki user (or openid) will be admin? joey + What wiki user (or openid) will be admin? username Choose a password: Then, wait for it to tell you an url for your new site.. Successfully set up foo: - url: http://example.com/~joey/foo + url: http://example.com/~username/foo srcdir: ~/foo destdir: ~/public_html/foo repository: ~/foo.git To modify settings, edit ~/foo.setup and then run: ikiwiki --setup ~/foo.setup -We are almost done, but your URL is most likely incorrect. Edit your `foo.setup` file and change the URL to: `yoursitename.nfshost.com` +We are almost done, but some parameters will most likely be incorrect. Edit your `foo.setup` file and change: + +- `url` to `yoursitename.nfshost.com` +- `srcdir` to `/home/private/foo` +- `destdir` to `/home/public` +- `cgiurl` to `http://yoursitename.nfshost.com/ikiwiki.cgi` +- `cgi_wrapper` to `/home/public/ikiwiki.cgi` + +Now rebuild again using: + +``` +ikiwiki --setup foo.setup +``` + +All done with building ikiwiki! + +## Setting up SSL + +Navigate to your main `public` directory and run the following: + +``` +tls-setup.sh +``` + +Follow the easy instructions and you'll have proper SSL setup in seconds! |