Set up an online diary on minds
This is a seven step guide to putting your own blog on Minds. We will try to make it as painless as possible. We are using the serendipity blog, also known as s9y
Before we start, you will need a Minds username and password, if you haven't got one see here. Secondly you will also need a minds database account. Contact vishal@cs.may.ie to get one.
The 6 step guide
Download the program
To do this , simply login to the minds machine and type the following 2 commands.
cd ~/public_html/
wget http://www.minds.may.ie/~dez/serendipity-0.8.1.tar.gz
This will download the program into your webdirectory.
Decompress the program
To do this , run the command
tar -xvzf serendipity-0.8.1.tar.gz
Unrestrict the blog
You must make it world readable for it to work. To do this run the command
chmod 770 serendipity
-
Use the auto-configure tool
Visit this website to continue configuring your diary. Be sure to replace USERNAME with your username.
http://www.minds.may.ie/~USERNAME/serendipity/
-
Important Change
When you are configuring, there is one important change you must make. When it asks for your homedir , change it from /usr/home/minds/USERNAME to /home/minds/USERNAME.
Join Planet Minds
Your blog should be configured at the end of this process. When you are happy with its contents, contact Aidan (
), and he will add you to planet Minds
And that is all