A prototype using zf2 as backend and anuglarjs as frontend.
- ant
- yeoman / node
- php
- nginx
- mysql
安装php需要的库 >php composer.phar update
- 创建一个数据库,名字为ppm
- 导入data/install.sql
- 创建config/autoload/local.php 添加如下内容
<?php
return array(
'db' => array(
'username' => 'root',
'password' => 'root',
)
);
http://<your_domain_name>/#/product