Installation Guide

(via downloading and extracting the zip file)

  1. Download the latest release package.

  2. Unzip the package.

  3. Upload the LavaLust folders and files to your server. Normally the index.php file will be at your root.

  4. Open your project in terminal and type php -S localhost:3000 and hit enter.

  5. Open your browser and type http://localhost:3000 in the address bar.

(via Git)

  1. Install Git and Composer.

  2. Select the server folder then open a terminal. Type git clone https://github.com/ronmarasigan/LavaLust and hit enter.

  3. Open your project in terminal and type php -S localhost:3000 and hit enter.

  4. Open your browser and type http://localhost:3000 in the address bar.