viserin / install

Installation wizard for OctoberCMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation wizard for October

The wizard installation is a recommended way to install October. It is simpler than the command-line installation and doesn't require any special skills.

  1. Prepare a directory on your server that is empty. It can be a sub-directory, domain root or a sub-domain.
  2. Download the installer archive file.
  3. Unpack the installer archive to the prepared directory.
  4. Grant writing permissions on the installation directory and all its subdirectories and files.
  5. Navigate to the install.php script in your web browser.
  6. Follow the installation instructions.

Minimum System Requirements

October CMS has a few system requirements:

  • PHP version 7.0 or higher
  • PDO PHP Extension
  • cURL PHP Extension
  • OpenSSL PHP Extension
  • Mbstring PHP Library
  • ZipArchive PHP Library
  • GD PHP Library

As of PHP 5.5, some OS distributions may require you to manually install the PHP JSON extension. When using Ubuntu, this can be done via apt-get install php5-json.

About

Installation wizard for OctoberCMS


Languages

Language:PHP 34.4%Language:JavaScript 25.1%Language:HTML 22.0%Language:CSS 18.5%