An inventory application for use in MBS campus bookstores.
Developed for the University of Utah by Ella Moss, started by Jimmy Glasscock.
- PHP, naturally
- A MySQL server, running, with mysql in your PATH
- A web server - this was deployed with Apache, YMMV with others
-
Unzip repository into your webserver's web root (typically the htdocs directory).
-
Copy your organization's logos into images/UCSLogos.png, and the favicon to favicon.ico.
-
Navigate to webserver/inventory/install.php in your web browser.
-
Provide the database information that you're connecting to.
-
Run the script and cross your fingers!
-
You should now remove install.php and install.sql.
-
Set up or remove your reCAPTCHA keys in index.php.
-
The default username and password is "admin".
-
Go through and update email addresses as needed for your org.
-
Update departmentSelector.html and storeSelector.html (in the classes folder) to reflect how you do things.
-
See the wiki for instructions on importing your first validation file. (todo: write this)
See the wiki for documentation and tutorials.