Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Added instruction for database installation
Browse files Browse the repository at this point in the history
  • Loading branch information
davide ficano committed May 17, 2010
1 parent 5aa66eb commit f7c7f31
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ Actually only the Photos Queue management is implemented, it allows to see all p
Installation
-----------------------------------------

**Prerequisites**: PHP 5.x
### Prerequisites

* PHP 5.x
* MySQL 5.x

Drop the webapp directory on server and login from login.php pages.

### Create database (on MySQL)

1. Create a database with name consolr
2. Execute db/mysql/ddl.sql

Example

http://consolr/login.php
Expand Down

0 comments on commit f7c7f31

Please sign in to comment.