october安装过程

下载代码

composer create-project october/october myoctober

准备好数据库,

create database october;

配置环境于安装

php artisan october:install

`=========================== INSTALLATION ==========================='
Database type:
[0] MySQL
[1] Postgres
[2] SQLite
[3] SQL Server
0
MySQL Host [localhost]:
MySQL Port [3306]:
Database Name [database]:
october
MySQL Login [root]:
dog
MySQL Password []:
123456
Enter a new value, or press ENTER for the default
First Name [Admin]:
T
Last Name [Person]:
K
Email Address [admin@domain.tld]:
k@test.com
Admin Login [admin]:
Admin Password [admin]:
Is the information correct? (yes/no) [yes]:
yes
Application URL [http://localhost]:
http://october.com
Configure advanced options? (yes/no) [no]:
no

配置相关的网址信息,然后把storage设为可读可写chmod -R 777 storage

posted @ 2018-11-21 17:01  cicarius  阅读(519)  评论(1编辑  收藏  举报