Simple website with GetSimple
Introduction
GetSimple is a database-less, PHP-based, WYSIWYG application to build a simple
website. Data is saved in XML files. Friendly URL's require the web server rewriting
them on-the-fly.
Setup
- On the web server, install an SMTP server
- cd /tmp
- Download the ZIP file (As of Jul 2010, no direct URL; Must download
through web browser)
- unzip GetSimple_2.01.zip
- cd GetSimple_2.01
- mv ./* /var/www/
- cd /var/www
- chmod -R 777 ./data/ ./backups/
- http://srv/ . The install script will check
that the access rights to sub-folders are correct, and that the required
PHP modules are available
- Create an admin account, eg. gsadmin
- http://srv/admin/settings.php
to set the admin password, and set the site URL
Q&A
On Nginx, how to enable mod_rewrite so GS displays fancy URLs?
Resources