|
3 years ago | |
---|---|---|
src | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
passwd.json.default | 3 years ago | |
requirements.txt | 4 years ago | |
runACMS.sh | 3 years ago | |
setUpWorkingEnvironment.sh | 3 years ago | |
shadow.json.default | 3 years ago |
A Cooperative Medical System
→ # aptitude install git vim python3.5 python3.5-dev python3-pip python3-tk openssl
→ # aptitude install gcc libvncserver-dev libsdl-dev
$ git clone https://github.com/HorlogeSkynet/ACMS.git
$ cd ACMS/
# pip3 install -r requirements.txt
$ chmod +x *.sh
$ ./setUpWorkingEnvironment.sh
$ ./runACMS.sh
If you want a GUI for the sign in procedure, you'll have to run
./runACMS.sh true
.
You can log in with these credentials :
You can play (at the moment) with these commands :
Regular users :
% help
% clear
% passwd
% groups
% startx
% history
% cd [PATH]
% find FILE
% vim [FILE]
% view [FILE]
% rights FILE
% rm [-r] FILE
% ls [-l] [PATH]
% mkdir [-p] FILE
% mv OLD_PATH NEW_PATH
% chown FILE NEW_OWNER
% cp [-r] SRC_PATH DST_PATH
% chmod [-r] FILE {USER,GROUP}{+,-,=}{r,w,x}
Admin users :
% adduser USER
% passwd [USER]
% addgroup GROUP
% delgroup GROUP
% removeuser USER
% addusergroup USER GROUP
% removeusergroup USER GROUP
Thanks to OpenClipart-Vectors for its Doctor Tux, which became our project logo.