6 Star 11 Fork 2

Licoy / LiRecord

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
憧憬Licoy 提交于 2017-03-01 21:37 . 更新 README.md

说明

LiRecord 2.0是一款基于Laravel 5.3进行开发的留言板系统。 本项目受GPL V3协议保护。

演示

http://lirecord.licoy.cn

#安装前提

  1. PHP 5.3.2+
  2. 安装git 安装教程:http://www.cnblogs.com/zhcncn/p/4030078.html
  3. 安装composer 安装教程:http://docs.phpcomposer.com/00-intro.html

#安装步骤

  1. clone lirecord 到你的服务器网站目录(clone前请先安装git)
cd home/wwwroot/xxx/web #进入到你的web目录路径
git clone https://github.com/Licoy/laravel5.3-LiRecord2.0.git

2.通过composer更新项目

composer install

3.copy  .env.example 为  .env

4.创建一个数据库,在.env配置文件以下选项填入对应的值

DB_HOST=localhost #数据库地址
DB_PORT=3306 #端口
DB_DATABASE= #数据库名
DB_PREFIX= #数据表前缀
DB_USERNAME=root #数据库用户名
DB_PASSWORD=root #数据库密码

5.修改storage的目录权限

sudo chmod -R 777 storage/

6.生成laravel密钥

php artisan key:generate

7.数据迁移

php artisan migrate

8.填充数据

php artisan db:seed

9.重写模块

apache:开启mod_rewrite模块

nginx:参考https://www.licoy.cn/2716.html

10.将apache或nginx的root目录指定为网站目录的public目录

11.安装完成,访问你绑定的域名即可。(默认管理邮箱:admin@admin.com 密码:123456)

#许可证

GPL V3

PHP
1
https://gitee.com/licoy/LiRecord.git
git@gitee.com:licoy/LiRecord.git
licoy
LiRecord
LiRecord
master

搜索帮助