Skip to content

tedca886/lyrasoft.github.io

 
 

Repository files navigation

LYRASOFT 官網

注意事項

專案初始化流程

Step 1: 先將專案從 GitHub 上 clone 回來

$ git clone {Your Fork URL}

Step 2: Checkout to master branch

$ git checkout master

Step 3: 設定 configuration.php

$ cp configuration.php.dist configuration.php
$ EDITOR configuration.php

Step 4: 複製 htaccess.txt

$ cp htaccess.txt .htaccess

Step 5: 匯入資料

匯入新專案預設的資訊

$ php bin/windwalker sql import default -y

後台

建立 User 來登入

$ php bin/windwalker user create

About

LYRASOFT Official Site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 66.0%
  • JavaScript 16.6%
  • CSS 14.8%
  • HTML 2.5%
  • SQLPL 0.1%
  • ApacheConf 0.0%