搭建RAP2环境所需工具:
git下载地址:https://git-scm.com/downloads
mysql windows安装版下载地址:https://dev.mysql.com/downloads/installer/
Redis windows安装版下载地址:https://github.com/MicrosoftArchive/redis/releases
node下载地址:http://nodejs.cn/download/
服务端delos源码:git clone https://github.com/thx/rap2-delos.git
客户端dolores源码:git clone https://github.com/thx/rap2-dolores.git
配置服务端delos
在rap2-delos/src/config目录下配置config.dev.ts、config.local.ts中的server端口,Mysql账户和密码,创建数据库的名称,其他不作设置。
通过mysql -u root -p进入mysql命令页面创建数据库<