File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments