Systems Development Life Cycle Initial Planning Stage

22

Nov

Why You Need To Write Up A Project Plan

This post is part 2 of 11 in the series: Simple Guide To Planning & Developing A Website Project

Initial Planning In the Initial Planning Stage, the goal is to focus on defining the purpose, scope, high-level technical requirements, schedule, budget, risks and success criteria for the site. In other words, we form the Project Plan (also called the Project Charter). But before (and during) the formation of the Project Plan, I generally start by defining[…]

Systems Development Life Cycle Design Stage

24

Nov

Organization and The Need For Information Architecture

This post is part 4 of 11 in the series: Simple Guide To Planning & Developing A Website Project

Design In this stage, we focus on design and the organization of information known as Information Architecture (IA). We would also design our database schema but in this case it’s unnecessary because WordPress automatically sets up everything for us. However, for reference, our database schema would normally include a conceptual model, logical/relational model, and the Data Definition[…]

Systems Development Life Cycle Implementation & Testing Stage

24

Nov

How To Install VirtualBox, Vagrant and Ubuntu for Local Development

This post is part 5 of 11 in the series: Simple Guide To Planning & Developing A Website Project

Local Development Environment Setup, Part 1 The Implementation & Testing Stage is where all the coding happens. It is also important to note that if we really wanted to simplify development, we could just go with a setup like XAMPP for our local development environment and for production, a shared hosting provider like imarkethost.com (disclosure: I own[…]

LAMP Application Stack

24

Nov

How to Install LAMP Stack on Ubuntu

This post is part 6 of 11 in the series: Simple Guide To Planning & Developing A Website Project

Local Development Environment Setup, Part 2 In Part 2 of our local development environment setup, we will install the LAMP stack. Linux (Ubuntu), Apache (web server), MySQL (database), Php (scripting language) This tutorial assumes you have already installed Ubuntu. If not, click here. 1. Update Ubuntu From Git command line: $ vagrant up $ vagrant ssh $[…]

wordpress is as simple as riding a bike

24

Nov

How to Install WordPress on Ubuntu 14.04

This post is part 7 of 11 in the series: Simple Guide To Planning & Developing A Website Project

This tutorial will install WordPress on a local development server using Ubuntu 14.04 and Vagrant. This process is also applicable to Ubuntu 16.04. This step assumes you have already followed these steps: How to Install VirtualBox, Vagrant and Ubuntu for Local Development How to Install LAMP stack on Ubuntu 1. Create a new database If you followed[…]