Showing posts with label LAMP. Show all posts
Showing posts with label LAMP. Show all posts

Sunday, March 29, 2015

Project: Webdeveloper Machine(PHP) : Post PHP 001 : Wordpress Multisite Bitnami Stack

Hello Readers,

Here with this post I am achieving a new milestone with configuring a PHP Web Developer Machine of mine.

What I did here is configured Wordpress in a fashion that I can start developing Wordpress Project immediately without conflicts or any admin act. You might wonder why I used bitnami stack the answer is that it is an independent stack thus reduced my overhead; additionally it is a bundle thus one setup and I all all things in place.
Alternative way is to manually configure individual components but obviously it would take more time.

My aim: Have a Wordpress Development Environment ready with required basic dependencies

Objectives:
  1. Creating Wordpress Development Environment ready to be used
  2. Resolving dependencies and keeping them non conflicting with further setup
  3. Reducing time required to start a new wordpress project

Process:
Here is what I did in Step by Step format:
Step 1: I downloaded the Wordpress Multisite Bitnami Stack from their official website (for Linux)
source: https://bitnami.com/stack/wordpress/installer
Step 2: I followed the steps to access this executable and created a VLog for same; here it is...
 
https://www.youtube.com/watch?v=OR4EIhOLht0

Observations: 
  1.  For Linux machine like ubuntu the stack installer needs to be executed with root credentials
  2.  By default the folder for this stack is under opt directory
  3.  The domain/ URL to access is to be set while setup in our case it is localhost
  4.  All the dependencies like Apache, MySql are independently accessible under the directory of 
     bundle.
Outcomes:
  1. Wordpress Development Environment ready to be used
  2. Dependencies resolved and non conflicting with further setup
  3. Minimal time required to start a new wordpress project


Project: Webdeveloper Machine(PHP) : Post PHP 000

Hello readers,
Here I am trying to express myself setting up my perfect Webdeveloper Machine(PHP); you might notice PHP in bracket I as wish to categorize all the machine activities only for using the PHP Language.

This is my Post 000, where I decided to go with Ubuntu 14.04.01 as my base OS and install it. For which I made a video recording on steps I followed for installation of Ubuntu below.


 
https://www.youtube.com/watch?v=LE3ncmph3U0

I would like to define of my project Webdeveloper Machine(PHP)'s desired outcome and applied objectives to it.

Objectives:
  1. Install and configure a Linux; Configure it for PHP
  2. Test run all frameworks and API's in topping the charts in my knowledge
  3. Building Knowledge Base for same
  4. Additionally create possible bundle for next setup which shall be quicker than present one
Outcomes:
  1. Machine at dispose in case of I need to keep resume to develop anything based on PHP language
  2. Minimal resume time to development with easy backup possibility and tremendous version control
  3. Support to adapting changes while coding with PHP language

Quick setup Phonegap Development Environment using Docker

INTRO NOTE : Pre-requisite is to have ubuntu 16.04 Following DIGITAL OCEAN tutorial for same...