55 lines
1.2 KiB
Markdown
55 lines
1.2 KiB
Markdown
# 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](https://pixabay.com/fr/m%C3%A9decin-tux-des-animaux-oiseau-161345/), which became our project logo.
|