Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 563 Bytes

quick-installation.md

File metadata and controls

14 lines (11 loc) · 563 Bytes

Installation

General Steps

These are the steps required to install Leantime. They work for most configurations.

  • Download latest release package
  • Create an empty MySQL database
  • Upload entire directory to your server
  • Point your domain to the public/ directory
  • Rename config/configuration.sample.php to config/configuration.php
  • Fill in your database credentials (username, password, host, dbname) in config/configuration.php
  • Navigate to <yourdomain.com>/install
  • Follow instructions to install database and set up first user account