apady_env
is a linux command-line environment deployment tool designed for the apady MOOC project.
CentOS 7 minimal install only!
Run the following python script to install
sudo python setup.py
After configuring all the prerequisite parameters, try to run apady_env
. When seeing this, it's done!
Welcome to use Apady auto deploy tool @author lishen chen
@email [email protected]
Usage: apady_env COMMAND
List of Commands:
deploy Deploy apady development environment.
repair Clean project source code and reinstall the environment.
config Configure prerequisite parameters used in the program.
clean Clean all development environment."
- Deploy apady development environment.
apady_env deploy
- Clean project source code and reinstall the environment.
apady_env repair
- Configure prerequisite parameters used in the program
apady_env config
- Clean all the development environment.
apady_env clean
Run the following command to update
sudo python setup.py update
Run the following command to uninstall
sudo python setup.py uninstall