This repository has been archived on 2023-11-03 . You can view files and clone it, but cannot push or open issues or pull requests.

Error after closing vim and hitting enter with ssl. Error when more than one client edit text at the same moment (even if not on the same file)
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.
Languages
Python
58.8%
C
40.3%
Shell
0.9%