1.2 KiB
1.2 KiB
ACMS
A Cooperative Medical System
Which dependencies do I have to install ?
- git >= 2.11.0
- python3 >= 3.5.1
- pip3 >= 9.0.1
- openssl >= 1.1.0e-1
- tkinter >= 8.6
- passlib >= 1.7.0-1
- colorama >= 0.3.7
→ # aptitude install git python3.5 python3-pip python3-tk openssl
How can I retrieve and run this project ?
$ git clone https://github.com/HorlogeSkynet/ACMS.git
$ cd ACMS/
# pip3.5 install -r requirements.txt
$ chmod +x *.sh
$ ./setUpWorkingEnvironment.sh
$ ./runACMS.sh
What can I do once the client is running ?
You can login with these credentials:
- user / user
- admin / admin
You can play (at the moment) with these commands:
% help
% clear
% cd [PATH]
% vim [FILE]
% view [FILE]
% rm [-r] FILE
% ls [-l] [PATH]
% mkdir [-p] FILE
% mv OLD_PATH NEW_PATH
% cp [-r] SRC_PATH DST_PATH
% owner FILE NEW_OWNER
% adduser USER
% removeuser USER
% addusergroup USER GROUP
% removeusergroup USER GROUP
% passwd [USER]
Resources & Acknowledgments
Thanks to OpenClipart-Vectors for its Doctor Tux, which became our project logo.