Setup Instructions¶
Apache¶
Install Apache 2.2
PHP¶
Download and install the latest PHP (5.2)
Install the following extensions:- Mysqli
- mbstring
Smarty¶
Install Smarty
It is recommended to install smarty OUTSIDE of the www root folder. Keep track of where you install smarty. You will need to fill this information into the config.php file.
MySQL¶
Install the MySQL community Server
Create the rpinventory database and user. Grant select, insert, update, and delete privileges.
PhpMyAdmin (Optional)¶
install PhpMyAdmin to setup/modify the mysql database
Install RPInventory¶
- Checkout latest source into www root
- Navigate to localhost/rpinventory (or wherever you installed the code). The system will walk you through the installation instructions to set up a database and admin user.
- Enjoy RPInventory!