Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Installation

Jeff Sittler edited this page Apr 17, 2020 · 4 revisions

Fresh Install

  • Download the latest release and extract
  • Change into the 'phpcollab' folder
  • rename "includes/settings_blank.php" to "includes/settings.php"
  • Make the following writable by your web server: includes/settings.php file, files/ folder, logos_clients/ folder, and logs/ folder.
  • Create a new database "phpcollab", or use existing database
  • Start at installation/setup.php
  • Follow the installation screens

Post Install Steps

  • Delete installation/setup.php file after successful install
  • Advanced users can manually edit the generated file "includes/settings.php"

Developer Install

To build the project locally, please follow this guide.

Clone this wiki locally