Tray: Difference between revisions

Jump to navigation Jump to search
534 bytes added ,  26 February 2015
Line 113: Line 113:
..
..
</source>
</source>
Make sure storage is writable by the web server. There are several ways to do this, and one of the ways is to change the ownership so that the web server and you, a developer, can write freely to it.
<div class="cli">
<span style="color:#00ff00;">mhan</span><span style="color:#444444;">@</span><span style="color:#00cccc;">brahms</span><span style="color:#999999">:</span><span style="color:blue;">/srv/www/sanban</span><span style="color:#cccccc;">
$ <b class="color:white;">sudo chown -R www-data:mhan storage</b>
</span>
</div>


I also like to add a link to <span class="package">artisan</span> PHP executable into my <span class="shell">~/bin</span> folder.
I also like to add a link to <span class="package">artisan</span> PHP executable into my <span class="shell">~/bin</span> folder.

Navigation menu