You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
601 B

6 years ago
6 years ago
  1. # commonroutesApp
  2. - server code: https://github.com/arnaucode/commonroutesServer
  3. - frontend app code: https://github.com/arnaucode/commonroutesApp
  4. - images server: https://github.com/arnaucode/goImgServer
  5. - admin web: https://github.com/arnaucode/commonroutesAdminWeb
  6. ![commonroutes](https://raw.githubusercontent.com/arnaucode/commonroutesApp/master/commonroutes.png "commonroutes")
  7. To check the hash of the current version:
  8. ```
  9. > sha1sum commonroutes.apk
  10. 9e20ffa064b304a756badde207e347f8aa5117d7
  11. ```
  12. ## Build
  13. Add cordova camera plugin
  14. ```
  15. cordova plugin add cordova-plugin-camera --save
  16. ```