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.
ACMS/README.md

948 B

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 ?

% clear
% vim FILE
% view FILE
% cd [PATH]
% rm [-r] FILE
% ls [-l] [PATH]
% mkdir [-p] FILE
% mv OLD_PATH NEW_PATH
% cp [-r] SRC_PATH DST_PATH

Resources & Acknowledgments

Thanks to OpenClipart-Vectors for its Doctor Tux, which became our project logo.