#Setting up apache on Mac
For consitency reasons all repositories to be placed as follows:
/home/sites <--- where projects live
/home/vhosts <--- vhosts files for those projects
/home/logs <--- logs files for those projects
#Adding Zend framwork for your projects
Ubuntu Dev Conteiner user can skip step 1
Create your opt directory
cd / && sudo mkdir opt
Go to opt directory
Please make sure you use Sublime 3 first:
PHP folder form Cache into Packages folderPHP.tmLanguage file insde PHP folder and open in for edit:PHP.tmLanguage find: <key>php_doc</key> node and update the language file by adding the following snippet under the php_doc's patterns array: <dict>Jane Doe: jd.dev.bd.local where jd stands for a persons name initials, dev for dev container, on bd.local server.Network > Adapter 1 attached to Bridge Adapter. This allows for external connections.Storage > Controller IDE > Empty and from the right menu choose location of your installation diskjanedoe and set password to bradleydyerOpen SSH, Lamp and Samba ServerYosemite is using new version of apache 2.4 (finally!), therefore all your previous settings have been whipped off and we need to re initialise apache.
Let's start with re-instantiating your home folder:
cd / && ls -laYou will noticed that your home folder no longer exists, instead everything has been moved to home-preserved.
#BRADLEY DYER CODING STANDARDS AND GUIDELINES
Valid code is code that meets the W3C's standards. You can check your code at any time using the W3C validator.
It is important that you understand how browsers work - this will allow you to understand the ‘why’ of best practice. We encourage you to watch this video.
There are 2 endpoints available to the user that allow to delete project:
DELETE /v2/projects/project/{project_code} - main endpoint to delete a Project
POST /v2/projects/delete/{project_code} - legacy endpoint for clients that do not support DELETE method
Accepted parameters:
project_code - Code of the project to deleteResponses: