PHP 5.5.9 or greater
GD or Imagick
Curl
Fileinfo Extension
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
Upload and extract the Main.zip
in your public folder.
Visit your apache or nginx config file.
Usual default path for config files.
Apache
/etc/apache2/sites-available/000-default.conf
Nginx
/etc/nginx/sites-enabled/site-name
public
On apache it will look something like this
<Directory "/var/www/html/public">
AllowOverride All
</Directory>
Nginx
root "/var/www/public";
location / {
try_files $uri $uri/ /index.php?$query_string;
}
Restart the apache
or nginx
Visit yoursite.com/install
to install
Here are links to 2 great blogs that will also help you with the install.