-
Notifications
You must be signed in to change notification settings - Fork 27
Easy Startup
Donald F Coffin edited this page Jun 12, 2013
·
2 revisions
- Download/Install the Spring Tool Suite Version 3.2.Release
- Sign-in to github.com using your personal GitHub ID
- Fork the EnergyOS/OpenESPI repository to your personal account
- From within STS, use the Import/Git to load your forked repository
- For both DataCustodian and Third Party, Do a Project/Clean/BuildAll
- Download the Bitnami Apache/MySQL/PHP package (either MAMP, WAMP, or LAMP depending on your OS)
- install/start Bitnami using the root:bitnami credentials for mySql
- start PhpMyAdmin to look at the MySQL DB
- create the "datacustodian" and "thirdparty" data bases using all defaults
- from within "datacustodian" db, import the seed datacustodian database from the repository folder datacustodian/database/mysql/datacustodian.sql
- from within the "thirdparty" db, import the seed thirdparty database from the repository folder thirdparty/database/mysql/thirdparty.sql