Requirements
Minimum requirements to run Seditio.
A webserver !
Apache is the most well known and recommended, but any other serious HTTP server should work.
PHP 4.3.0 or newer
Seditio should work with all the 4.x and 5.x PHP versions.
A MySQL database
Any version younger than 2 years should be enough.
However, as usual the most recent stable version of MySQL is recommended.
A tool to manage the SQL database
... the most common is
phpMyAdmin
There's no auto-installer in Seditio on purpose, this to force you to have a basic knowledge of such a tool.
If you're planning to run a PHP/MySQL website without a database manager, expect troubles.
A basic knowledge of HTML
Required, if you're lacking this, please consider the reading of few HTML tutorials before running a website.
A basic knowledge of PHP
If you're able to open a file with a text editor, and then able to put few values at the right place without messing the rest of the file, it's fine, you can consider yourself as enough-PHP-experienced-for-Seditio.