https://github.com/dbritto-dev/gaperu
Global Access Web
https://github.com/dbritto-dev/gaperu
Last synced: 12 months ago
JSON representation
Global Access Web
- Host: GitHub
- URL: https://github.com/dbritto-dev/gaperu
- Owner: dbritto-dev
- Created: 2015-10-22T20:20:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T20:28:22.000Z (over 10 years ago)
- Last Synced: 2025-06-21T18:04:17.795Z (12 months ago)
- Language: PHP
- Size: 11.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
1. [Download the installer archive file](https://github.com/octobercms/install/archive/master.zip).
1. Unpack the installer archive to the prepared directory.
1. Grant writing permissions on the installation directory and all its subdirectories and files.
1. Navigate to the install.php script in your web browser.
1. Follow the installation instructions.
## Minimum System Requirements
October CMS has a few system requirements:
* PHP 5.4 or higher
* PDO PHP Extension
* cURL PHP Extension
* MCrypt PHP Extension
* 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``.