RiskOnline: CS4320组项目
安装Node.js:
```sudo apt-get install python-software-properties
type python g++ make sudo add-apt-repository ppa:chris-lea/node.js
do apt-get update
do apt-get install nodejs```
安装Sails框架:
```sudo npm -g install sails```
导航到项目目录:
```cd RiskOnline```
安装依赖项:
```sudo npm install```
安装PostgreSQL数据库:
```sudo apt-get install postgresql-contrib
do sudo -i -u postgres psql
CREATE USER cs4320 password 'risk';
```
```sudo apt-get install python-software-properties
type python g++ make sudo add-apt-repository ppa:chris-lea/node.js
do apt-get update
do apt-get install nodejs```
安装Sails框架:
```sudo npm -g install sails```
导航到项目目录:
```cd RiskOnline```
安装依赖项:
```sudo npm install```
安装PostgreSQL数据库:
```sudo apt-get install postgresql-contrib
do sudo -i -u postgres psql
CREATE USER cs4320 password 'risk';
```
RiskOnline:CS4320 组丹尼
预估大小:153个文件
game.css
1KB
gameLobby.css
378B
gameList.css
308B
bootstrap.css
134KB
animate.css
71KB
gamelist.ejs
2KB
map.ejs
9KB
new.ejs
922B
lobby.ejs
1KB
index.ejs
1KB
12.33MB
文件大小:
评论区