apoyotis TIS UMSS支持系统安装与部署指南
技术手册
安装后端依赖项:
- 运行
php composer.phar install
安装 PHP 依赖。
安装前端依赖项:
- 运行
bower install
安装前端依赖。
配置数据库:
- 编辑
app/config/database.php
,并配置 PostgreSQL 数据库:
'pgsql' => array(
'driver' => 'pgsql',
'host' => 'localhost',
'database' => 'apoyotis_whs',
'username' => 'postgres',
'password' => 'postgres',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
),
- 运行
php artisan db:seed
进行数据填充。
部署应用程序:
- 运行
php artisan serve
启动应用程序。
申请地址:
- 访问申请的 URL 地址以查看部署结果。
下载地址
用户评论