This is redevelop of EVE-NG Community version 203.110.
It supports hot-plug, link style edit, link quality setup!
Not limited the number of user and role Admin, Editor, User.
Update 20201102
- Fix 'stop all nodes' role verification
- Add 'stop all nodes' response status viewable
Update 2020920
- Link quality editable
- Serial port link style editable
- Fix a bit bugs
Update 2020928
- Modify link quality apply mechanism
- Tune up webUI of the lab view
- Fix a bit bugs
-
Download the community version 203.110 from EVE-NG official or download it from the given link below
Download Link:
https://pan.baidu.com/s/11Wa10xZ-2q6yGEvbHhr5FAPassCode:g6kh -
Clone my whole project via
$ git clone https://github.com/petetong1989/EVE-NG-RVO.git
-
Assign execute privilege for
deploy.shscript and execute it.$ cd EVE-NG-RVO $ sudo chmod +x deploy.sh $ ./deploy.sh -
If no failed reported. congratulations! enjoy your lab!
If any shit happen, you could follow this procedure below to rollback your code.
- Change your directory to the git folder with command
cd <Where the folder is>, typically the folder name isEVE-NG-RVO. - Use the command
git logto check the recent commit. find out the commit version which you want to revert. - Use command
EXAMPLE: git reset --hard e66f2a7533225f4a40334ab57e7c24cbc0e39982to revert specified version. - And then, execute
deploy.shagain.
- Change your directory to the git folder with command
-
If you want to update your version to current release. Just use
git pullin your git folder (depends you not yet delete the folder).