商品服务器开发环境要求:开发环境设置前,建议首先阅读以下步骤以便顺利配置。
安装PostgreSQL
使用以下命令安装:sudo apt-get install postgresql-contrib postgresql-client
登录psql环境:sudo -u postgres psql postgres
设置新密码:password postgres
按Ctrl+d退出。
创建新数据库
在本地创建名为mercher
的新数据库:sudo createdb --host=localhost --username=postgres --encoding=UTF-8 mercher
安装Knex
使用以下命令全局安装Knex:npm install knex -g
安装Redis服务器
使用以下命令安装Redis服务器:sudo apt-get install redis-server
安装ImageMagick
使用以下命令安装ImageMagick:sudo apt-get install imagemagick
Mercher Server商品服务器开发环境配置指南
文件列表
mercher-server:星期三服务器
(预估有个216文件)
paypal_account.js
12KB
shops.js
10KB
product_images.js
9KB
product_reviews.js
11KB
managers.js
12KB
shop_reviews.js
11KB
products.js
12KB
orders.js
12KB
01_install_imagemagick.config
85B
02_nginx_proxy_conf.config
265B
暂无评论