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.
Yann Caumartin 0a3298a736 Chroots vim in server. Half functionning.
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)
2017-04-25 19:19:22 +02:00
2017-04-02 12:13:12 +02:00
2017-02-10 12:19:14 +01:00

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.

Description
🏥 A Cooperative Medical System
Readme 619 KiB
Languages
Python 58.8%
C 40.3%
Shell 0.9%