Step 1: Verify Environment

Diagnostics

Below are some of the requirements to run Gregarius. If any are not found, please fix them before continuing.

Step 2: Provide Database Settings

Database Settings

The settings below are for the database Gregarius will keep its data.

MySQLSQLiteThe type of database being used.

The location of the database. If in doubt, leave the default. Default: localhost

The name of the database. Default: rss

The username to connect to the database.
Make sure this user has INSERT,UPDATE,DELETE,CREATE,ALTER permission to the database!

The password used to connect to the database.

The string to prefix the tables with. Example: A table called rss_item should have rss as the prefix.

Step 3: Provide Admin Settings (optional)

Server Setup

If you would like Gregarius to create the database and user for you, input the correct settings below.

The administrator username to use for database creation.

The administrator password used to connect to the database. Make sure this user has GRANT privileges!

The location of the webserver. If in doubt, leave the default. Default: localhost

Step 4: Create database and write dbinit.php