Skip to content
/ dts Public

Hybrid Application for SEARCA's Document Tracking System

License

Notifications You must be signed in to change notification settings

SEARCAPhil/dts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Tracking System

Hybrid Application for SEARCA's Document Tracking System

share

Requirements

Installation

  1. Install git or git-scm for windows
  2. Install yarn
  3. git clone https://github.com/SEARCAPhil/dts.git
  4. git checkout develop This is the current development branch
  5. npm install -g phonegap@latest
  6. npm install -g documentation
  7. yarn install
  8. Configure o365 app configuration in assets/js/login/office365Auth.js. Change default value of window.adalConfig = { ... } with your AD configuration
  9. Open your browser and navigate to http://localhost/dts/www/

In your production server, only the content of www is necessary so you may only copy all the files inside www to your webserver's root directory. Copy dts/www to web_root/dts

https://your_domain/dts/

  1. To run the system via phonegap run phongap serve and type http://localhost:3000/index.html in your browser
  2. Setup the API

To view the code documentation, run documentation build www/assets/js/** -o docs -f html and open docs/index.html.
You can read the full documentation of documentation.js on their official repository

About

Hybrid Application for SEARCA's Document Tracking System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published