diff options
author | bt <bt@web> | 2023-11-30 12:49:35 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-11-30 12:49:35 -0500 |
commit | 0dd0917cff769d698475ef8a0eb1f48d8fd6a5c8 (patch) | |
tree | 356e6977ea13d21da209cb315d926ea3c1a7877a /ikiwiki/NearlyFreeSpeech.mdwn | |
parent | 3357efb482647bfc291945a9e234734b2ee13fcf (diff) |
Diffstat (limited to 'ikiwiki/NearlyFreeSpeech.mdwn')
-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! |