Feb 19

So welcome back to tutorial

Open-mouthed I know that I was talking about tutorial with 5 parts, and this is 6th

I’ve decided to write this because connecting to LAMP server with http://192.168.1.8/ isn’t nice way. So now we’ll setup our LAMP server to connection string http://lamp/. What we’ll need is installing “samba

Read the rest of this entry »

Feb 19

So our last article article about building Virtual Server (LAMP) Smile.

1.) Download Joomla from http://joomla.org/

2.) I’ve downloaded it to my Desktop

image

We will need it unpacked in /var/www/ , but we haven’t got permission for it. So let’s have permission

type to console : “sudo chmod 777 /var/www/

Sure there is better and safer combination than 777 but for our purpose it’s enough.

Read the rest of this entry »

Feb 19

Now we’ll setup PhpMyAdmin. First what we need is sure download PhpMyAdmin.

1.) Open terminal and type

sudo apt-get install phpmyadmin

2.) During install it’ll ask for something Smile , select Apache2 .

Read the rest of this entry »

Feb 16

In this part we will make from Linux desktop to LAMP server.

LAMP means Linux, Apache, MySQL, PHP. so we will need those four things.

Read the rest of this entry »

Feb 16

Now We’ll install Ubuntu.

Download Ubuntu from here

Select between PC (Intel x86) desktop or 64-bit PC (AMD64) desktop. It depends on your CPU architecture Wink (for ordinary person who didn’t finished subject X36LOB : It depends on manufacturer Star)

Read the rest of this entry »

Feb 14

I’ve decided to write this small “tutorial” because I think it’s interesting topic. In this tutorial we will build our own LAMP server. It’s the most famous “server combination”.

LAMP means Linux, Apache, MySQL, Php

Tutorial will have 2 parts (maybe more).

  1. Create Virtual Machine
  2. Install Ubuntu
  3. Install LAMP
  4. Setting PhpMyAdmin
  5. Install Joomla

In the first part let’s download all software we’ll need

  • VMware – Player will be enough, but Workstation is better)
  • Ubuntu – Desktop edition – it has GUI Wink
  • Phpmyadmin – powerful tool for database administration
  • Joomla – Only for control if our server works

Read the rest of this entry »