Hybrid Application for SEARCA's Document Tracking System
- Install git or git-scm for windows
- Install yarn
git clone https://github.com/SEARCAPhil/dts.gitgit checkout developThis is the current development branchnpm install -g phonegap@latestnpm install -g documentationyarn install- Configure
o365app configuration inassets/js/login/office365Auth.js. Change default value ofwindow.adalConfig = { ... }with your AD configuration - Open your browser and navigate to
http://localhost/dts/www/
In your production server, only the content of
wwwis necessary so you may only copy all the files insidewwwto your webserver's root directory. Copy dts/www to web_root/dts
https://your_domain/dts/
- To run the system via phonegap run
phongap serveand typehttp://localhost:3000/index.htmlin your browser - Setup the API
To view the code documentation, run
documentation build www/assets/js/** -o docs -f htmland opendocs/index.html.
You can read the full documentation of documentation.js on their official repository
