Wikidot Open Source Changes In Trunk
1242921673|%e %B %Y
tags:
I decided to wait no more and share what I've kept at my local disk. I committed the changes I've been working on to the repository.
The biggest change is Wikidot is now single wiki engine by default (you need additional configuration for the wiki farm mode).
What demonstrates the change is the simplified installation process.
Now it's as simple as installing any other software or service:
- install the dependencies
- for Ubuntu: sudo aptitude install lighttpd php5 php5-cli tetex-bin tetex-extra gs-gpl imagemagick libmagic1 subversion postgresql-8.3 php5-tidy php5-pgsql php5-gd zip make
- get the code
- svn co http://svn.wikidot.org/repos/wikidot1/trunk/ wikidot-install-dir
- cd wikidot-install-dir
- if on Ubuntu: configure conf/wikidot.ini and set user at [db] section to your login name
- prepare database (create role and database)
- as user postgres: make prepare_db
- build Wikidot: configure files and make initial dabatase
- as you: make
- this prints a secret URL at the end, you'll use it to configure Admin password
- start Wikidot
- ./wikidotctl start
- set Admin password
- use your browser and navigate to the secret URL make prints at the end
We would like to finally create Debian/Ubuntu packages for that (once it gets more stable and have some bug fixed). So keep tuned!
Comments
page revision: 1, last edited: 21 May 2009 16:13