Skip to content

angelWendy/streamlet

 
 

Repository files navigation

streamlet

Streamlet

Streamlet是一款基于Laravel 5.1框架的开源个人博客,目前正在开发中,更多特性敬请关注。

环境需求

  1. PHP 版本 >=5.5.9
  2. OpenSSL PHP 扩展
  3. Mbstring PHP 扩展
  4. Tokenizer PHP 扩展
  5. nodejs
  6. composer

截图

Streamlet 1 Streamlet 2 Streamlet 3 Streamlet 3

安装

使用git clone指令下载最新的代码

git clone https://git.coding.net/hsinlu/streamlet.git

安装php所依赖的模块

composer install

安装node所依赖的模块

npm install

运行gulp

gulp

# gulp --production

配置运行

cp .env.example .env #更改DB对应的配置

推荐使用Laravel提供的Homestead配置开发环境,如果使用Apache服务器,请将根目录指向public。

创建数据表
php artisan migrate
初始化测试数据
php artisan db:seed --class=FakerDataSeeder
初始化配置数据
php artisan db:seed --class=SettingTableSeeder

您也可以不用执行此步骤,因为在项目第一次访问时会要求配置此项内容

默认用户: ['hsinlu@live.com' => '123456']

License

The MIT License (MIT)

Copyright (c) 2015 hsinlu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

streamlet是基于laravel5.1开发的个人博客系统。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.8%
  • CSS 12.5%
  • JavaScript 3.5%
  • ApacheConf 0.2%