Tray: Difference between revisions

Jump to navigation Jump to search
28 bytes added ,  26 February 2015
Line 5: Line 5:
* ''Tested on Ubuntu 14.04.2 LTS, Apache/2.4.9, PHP 5.5.15RC1, Laravel (5.0; installer version 1.2.0) / medium / less than 10 minutes
* ''Tested on Ubuntu 14.04.2 LTS, Apache/2.4.9, PHP 5.5.15RC1, Laravel (5.0; installer version 1.2.0) / medium / less than 10 minutes


=== Prerequisite environment setup ===
=== Installation ===
 
==== Prerequisite environment setup ====


Make sure you have PHP 5.4 or greater version installed. On a Debian-derived distribution such as Ubuntu, it's as simple as <code># apt-get install php5</code>.
Make sure you have PHP 5.4 or greater version installed. On a Debian-derived distribution such as Ubuntu, it's as simple as <code># apt-get install php5</code>.
Line 24: Line 26:
</span>
</span>
</div>
</div>
=== Files and applications ===
==== Files and applications ====


Download Laravel installer using Composer.
Download Laravel installer using Composer.
Line 95: Line 97:
Make sure to restart the httpd (i.e. <code>$ service apache2 restart</code> on Ubuntu).
Make sure to restart the httpd (i.e. <code>$ service apache2 restart</code> on Ubuntu).


=== Post-installation updates ===
==== Post-installation updates ====


Update <span class="package">app.url</span>, <span class="package">app.timezone</span><ref name="timezone">26 Feb 2015. <http://php.net/manual/en/timezones.php>.</ref>.
Update <span class="package">app.url</span>, <span class="package">app.timezone</span><ref name="timezone">26 Feb 2015. <http://php.net/manual/en/timezones.php>.</ref>.

Navigation menu