Skip to content

1. How to Get Started

GrumpyCrouton edited this page Aug 7, 2022 · 1 revision

Installation

Drag & Drop Ready. Simply download the repository as a zip file and unpack it onto an apache server, and then rename the .htaccess.apache file to .htaccess

For nginx, lighttpd, IIS, check out the documentation at https://fatfreeframework.com/3.6/routing-engine#SampleApacheConfiguration for information on how to set up the project.

Configuration

Application settings can be found in ./config.ini

List of things you can do in settings:

  • Set up your MySQL connection details
  • Change the default module
  • Change the default template used when rendering views

You will need to set up your MySQL details, or comment out the database initialization line in index.php for the website to load.

Default Config File

Clone this wiki locally