Merge branch 'improvement/minor_fixes' into dev
This commit is contained in:
commit
ff90297f3f
README.md
src
@ -6,13 +6,14 @@ A Cooperative Medical System
|
||||
### Required
|
||||
|
||||
* git >= 2.11.0
|
||||
* vim >= 8.0
|
||||
* python3 >= 3.5.1
|
||||
* pip3 >= 9.0.1
|
||||
* openssl >= 1.1.0e-1
|
||||
* passlib >= 1.7.0-1
|
||||
* colorama >= 0.3.7
|
||||
|
||||
→ `# aptitude install git python3.5 python3-pip openssl`
|
||||
→ `# aptitude install git vim python3.5 python3.5-dev python3-pip openssl`
|
||||
|
||||
### Optional
|
||||
|
||||
@ -33,6 +34,8 @@ A Cooperative Medical System
|
||||
`$ ./setUpWorkingEnvironment.sh`
|
||||
`$ ./runACMS.sh`
|
||||
|
||||
> If you want a GUI for the sign in procedure, you'll have to run `./runACMS.sh true`.
|
||||
|
||||
## What can I do once the client is running ?
|
||||
|
||||
> You can log in with these credentials :
|
||||
@ -48,6 +51,7 @@ A Cooperative Medical System
|
||||
`% clear`
|
||||
`% passwd`
|
||||
`% groups`
|
||||
`% history`
|
||||
`% cd [PATH]`
|
||||
`% vim [FILE]`
|
||||
`% view [FILE]`
|
||||
|
@ -12,7 +12,7 @@ from colorama import Fore
|
||||
__author__ = "CaumartinYann"
|
||||
__copyright__ = "Copyright 2017, ACMS"
|
||||
__license__ = "GPLv3"
|
||||
__status__ = "Development"
|
||||
__status__ = "Production"
|
||||
__date__ = "03/30/2017"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@ Basic send & receive functions for socket usage.
|
||||
__authors__ = "HorlogeSkynet, CaumartinYann"
|
||||
__copyright__ = "Copyright 2017, ACMS"
|
||||
__license__ = "GPLv3"
|
||||
__status__ = "Development"
|
||||
__status__ = "Production"
|
||||
__date__ = "03/03/2017"
|
||||
|
||||
|
||||
|
@ -18,7 +18,7 @@ from .CommandException import CommandException
|
||||
__author__ = "HorlogeSkynet"
|
||||
__copyright__ = "Copyright 2017, ACMS"
|
||||
__license__ = "GPLv3"
|
||||
__status__ = "Development"
|
||||
__status__ = "Production"
|
||||
__date__ = "02/23/2017"
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@ from .CommandException import CommandException
|
||||
__author__ = "HorlogeSkynet"
|
||||
__copyright__ = "Copyright 2017, ACMS"
|
||||
__license__ = "GPLv3"
|
||||
__status__ = "Development"
|
||||
__status__ = "Production"
|
||||
__date__ = "02/28/2017"
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@ from colorama import Fore
|
||||
__author__ = "CaumartinYann"
|
||||
__copyright__ = "Copyright 2017, ACMS"
|
||||
__license__ = "GPLv3"
|
||||
__status__ = "Development"
|
||||
__status__ = "Production"
|
||||
__date__ = "03/30/2017"
|
||||
|
||||
|
||||
|
@ -35,7 +35,7 @@ __date__ = "02/22/2017"
|
||||
|
||||
|
||||
###################
|
||||
# AUTO-COMPLETION #
|
||||
# Auto-Completion #
|
||||
###################
|
||||
|
||||
def completion(text, state):
|
||||
|
Reference in New Issue
Block a user