From 0dd0917cff769d698475ef8a0eb1f48d8fd6a5c8 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 30 Nov 2023 12:49:35 -0500 Subject: --- ikiwiki/NearlyFreeSpeech.mdwn | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'ikiwiki') 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! -- cgit v1.2.3-54-g00ecf