漂亮的先决条件节点.js具有以下凭证的AWS S3存储桶:用户访问密钥、密钥、桶名以下之一:Postgres(已测试)、MySQL、SQLite3。请勿使用您的根AWS账户信息。使用以下步骤安装并配置:
- 安装并克隆目录:
git clone git@github.com:daleee/giffy.git
- 导航到/conf,并创建配置文件的本地副本:
cp api.js.example api.js
cp aws.js.example aws.js
cp db.js.example db.js
-
导航到/public/js/services和ConstantService.js以指向您的服务器/API位置的URL。
-
安装依赖项并构建静态资产:
pwd # .../giffy
npm install
cd public
bower install
cd .
暂无评论