阿里云部署-Centos
#Personal#
Git
- yum install git,查看git版本
- clone库,需要带上用户名,例如git clone https://mashpolo@git.coding.net/mashpolo/sdk.git
MySQL
- yum install mysql-server
- 创建账号密码—mysqladmin -uroot password “xxx”
- service mysqld start
Redis
- yum install redis
- service redis start
MySQLdb
- yum install MySQL-python