vfeitoza / flashman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Tool created to manage CPEs with Flashbox firmware or TR-069 compatible

INSTRUCTIONS

DEVELOPMENT SETUP

  1. install mongodb 3.6+.
  2. install nodejs 12.19.0+.
  • install pm2 via npm $ npm install pm2 -g
  • install dependencies: $ npm install
  • generate frontend files $ npm run dev
  • to start it: $ pm2 start environment.config.js
  • to stop it: $ pm2 stop environment.config.js
  • generate a startup script to start the app at boot: pm2 startup
  • save startup configurations with pm2 save

DOCKER SETUP

  • please use this repository and follow its instructions
  • in case you want just to build this docker image:
    • sudo docker build -t anlixhub/flashman -f docker/Dockerfile .

COPYRIGHT

Copyright (C) 2017-2021 Anlix

LICENSE

This is free software, licensed under the GNU General Public License v2. The formal terms of the GPL can be found at http://www.fsf.org/licenses/

About

License:GNU General Public License v2.0


Languages

Language:JavaScript 88.6%Language:Pug 9.4%Language:Shell 1.3%Language:SCSS 0.6%Language:Dockerfile 0.1%