Skip to content

Commit 233afa6

Browse files
authored
Update README.md
1 parent 4624750 commit 233afa6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,18 @@ https://tamulib.github.io/Pipit/api/
1414
* LDAP Utility
1515
* Convention based javascript built on jQuery provides easy modal loading, AJAX updating, and user notifications
1616
* Offers a complete, working seed app as a starting point.
17+
18+
## Requires
19+
20+
- PHP >=5.3 (PHP7 is not yet supported)
21+
- MySQL/MariaDB (MSSQL and other SQL flavors will work, but the install script may need tweaking)
22+
- Composer https://getcomposer.org/doc/00-intro.md
23+
24+
## Basic Installation
25+
- Clone/Download this repo
26+
- Import the DB schema to your database using the install/pipit-tables.sql file
27+
- Copy/Move App/Config/config_sample.php to App/Config/config.php and set the PATH_ROOT and DB_* constants to match your environment
28+
- Run Composer from the root directory of the repo: `php [path to composer]/composer.phar install`
29+
- Visit http://localhost/Pipit-seed/site/ and login with the default user:password (admin:changethis)
30+
- Reset the admin password by visiting http://localhost/Pipit-seed/site/user.php?action=edit
31+

0 commit comments

Comments
 (0)