Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 599 Bytes

File metadata and controls

29 lines (20 loc) · 599 Bytes

Wiki

Wiki of Maxcell@SYSU

Requirement

  • PHP >= 5.5.9
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension

Install

  1. Download git clone https://github.com/Maxcell-SYSU/Wiki.git MaxcellWiki && cd MaxcellWiki
  2. Install Composer curl -sS https://getcomposer.org/installer | php
  3. Install dependence php composer.phar install
  4. Setup .env file using .env.example as an example
  5. Generate key php artisan key:generate

Develop

  1. cd public
  2. php -S 0.0.0.0:1555

Deploy

  1. Install Nginx or Apache
  2. Setup URL rewrite