diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-05 15:03:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-05 15:03:38 -0400 |
commit | a72c33c76c43471c3478ce8ab7d7bef299ec3af8 (patch) | |
tree | 653f7ecd2a76e6a9de208bd6c80fbc1ce5c6f435 /doc | |
parent | b1b9c2c0d136a564404d810ce15918c8469dade6 (diff) |
updates
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/nearlyfreespeech.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tips/nearlyfreespeech.mdwn b/doc/tips/nearlyfreespeech.mdwn index 61762d6aa..7892e1617 100644 --- a/doc/tips/nearlyfreespeech.mdwn +++ b/doc/tips/nearlyfreespeech.mdwn @@ -2,7 +2,7 @@ provider with very cheap pay as you go pricing. Here's how to install ikiwiki there if you don't have a dedicated server. -## Register for an account and set up a site. +## Register for an account and set up a site After you [get an account](https://www.nearlyfreespeech.net/about/start.php), create a site using their web interface. @@ -12,19 +12,19 @@ own, resulting in <http://ikiwiki-test.nfshost.com/> They gave me 2 cents free funding for signing up, which is enough to pay for 10 megabytes of hosting, or about a thousand typical page views at -their current rates. $5 might be a good starting amount of money to put in -your account. +their current rates. Plenty to decide if this is right for you. If it is, +$5 might be a good starting amount of money to put in your account. ## ssh in and configure the environment ssh into their server using the ssh hostname and username displayed on -the site's information page. For me this was +the site's information page. For me this was: ssh joeyh_ikiwiki-test@ssh.phx.nearlyfreespeech.net - cd $HOME Now set up .profile to run programs from ~/bin. + cd $HOME echo "PATH=$PATH:$HOME/bin" > .profile . .profile |