Phurl Installation

Welcome to Phurl! This wizard will help you get started with a neat little phurl-based URL shortener in a matter of moments.

Before we begin, you need to make sure that the directory your url shortener lies in is writable by the server (chmodded to 777). If the server cannot write to that directory, the config file will not be written and installation will fail.

Once the directory is chmodded, the first thing we need to do is install the database structure required for phurl to work. You will need to create a database and a user that has full permissions over that database. Once done, enter the details below:

MySQL Server:                  High chance you won't need to change this.
MySQL Username:            The username for logging in to MySQL.
MySQL Password:            The passwrd for logging in to MySQL.
MySQL Database:             The empty database you want phurl to use.