IDSlot
Online identity management system (Version: 1.0)

IDSlot is an open source online identity management system.
Use IDSlot to present everything about you, any information such as your identity, photos, resume, skills, links, contact information, location map, ...

System requirements

To install and run IDSlot your web host must meet the following requirements:

How to install IDSlot

1- Download and Extract IDSlot
You can download IDSlot from IDSlot website
Extract IDSlot package and put the contents of IDSlot folder into the web server's document root or your public HTML directory.

2- Check the permissions
Prior to install IDSlot, you must set some permissions. You must make the config files and the compile folder writeable, so that the installer can edit it.

Config files:
    config/config.php
    config/database.php
Compile folder:
    views/idslot/

Several FTP tools like Filezilla, Transmit, and Fetch allow you to change file permissions. For linux systems, you can set permissions using chmod command.

3- Create the database (MySQL)
You must create a database. You must also have (or add) a user who has full access to this newly created database. IDSlot installer needs the database name, username and password for use in the installation.
You can create your IDSlot database using a web browser-based control panel (such as "CPanel" or "Plesk"), or by using phpMyAdmin (another browser-based database utility), or by creating the database directly from the MySQL command prompt (for more advanced users).

4- Use installer
To run the installer, point your browser to the installer in the base URL of your web site.
The "base URL" means the document root (directory) where you placed your IDSlot files. If you have installed IDSlot on a web host this will likely be a domain name such as http://www.example.com. If you installed IDSlot in a subfolder, then you should point your browser to the subfolder (e.g. http://example.com/subfolder).

You can run the installer by entering the base URL of your site, add the "index.php/install" (for example http://www.example.com/index.php/install).

5- Login to IDSlot

You can login to IDSlot by entering the base URL of your site, add the "index.php/auth" (for example http://www.example.com/index.php/auth).