Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 898 Bytes

install.rst

File metadata and controls

48 lines (30 loc) · 898 Bytes

Installation

Install

Via Composer

$ composer create-project foolz/foolfuuka foolfuuka
$ cd foolfuuka
$ composer dump-autoload --optimize

Via Source Code

$ git clone https://github.com/FoolCode/FoolFuuka foolfuuka
$ cd foolfuuka
$ git checkout 2-1-stable
$ composer install --optimize

Upgrading

$ git fetch --all
$ git checkout 2-1-stable
$ git pull
$ composer update --optimize

Note

The commands provided above will only upgrade the FoolFuuka code. You may be required to complete some additional steps to completely upgrade FoolFuuka to the next version. Please consult the upgrade guides to ensure that the upgrade process is done properly.

/user_guide/upgrade/index