|
-
Dec 10th, 2008, 10:56 AM
#1
Thread Starter
Frenzied Member
From WAMP to LAMP
From Win95 to Vista, but now......Ubuntu
Really completely new to it, and for now just want to get started (though I managed to sort out wireless,bluetooth, email..basic stuff)
Is there a way to get started so I can code and work, and in between learn more about Ubuntu?
Someone give me a push in the right direction.....I'm little confused with the stuff (guess cause it's late, grandpa gotta go to bed)
-
Dec 11th, 2008, 08:55 PM
#2
Re: From WAMP to LAMP
This is a bit of an open ended question...
I suggest:
— Use apt-get (or alternatively whatever Ubuntu's graphical package manager is) to install PHP and MySQL and your web server of choice.
— Learn a console-based text editor. vi is a good start, since it exists on just about every Unix-based system, and will make you look like a keyboard god once you learn a few tricks in it.
Thread moved
-
Dec 16th, 2008, 11:52 AM
#3
Thread Starter
Frenzied Member
Re: From WAMP to LAMP
After installing and breaking the whole thing a few times I think I got the hang of ubbuntu and some linux
However I'm stuck at fully installing LAMP.
I followed this walkthrough and all seems fine. Followed it to the letter besides step 2 in installing mysql (cause I'm just setting up a local development desktop)
However, when I run gksudo gedit /etc/php5/apache2/php.ini in the terminal to edit my php.ini, there are no extensions (With a wamp install there used to be many), so I assume somewhere I did something wrong and no extensions where installed?
Also, where the heck is phpmyadmin? defo not in var/www directory
-
Dec 16th, 2008, 07:13 PM
#4
Re: From WAMP to LAMP
1. Some PHP configurations don't enable any extensions by default.
Look in the directory specified by the extension_dir directive in php.ini to see if any extensions have actually been installed.
2. phpMyAdmin is a third-party product. You will need to download and install it separately.
-
Dec 16th, 2008, 10:59 PM
#5
Thread Starter
Frenzied Member
Re: From WAMP to LAMP
No, I did install phpmyadmin as per that tutorial...but I had to ad
Code:
Include /etc/phpmyadmin/apache.conf
to etc/apache2/apache2.conf
so localhost/phpmyadmin does it's thing now.
On to the includes..phew...I'm so wintarded!!!!
-
Dec 17th, 2008, 11:01 AM
#6
Thread Starter
Frenzied Member
Re: From WAMP to LAMP
Seems I dont have to worry about includes. Imported a database, copied our site to var/www and all works fine.
I need to get on with my work, and figured I will nut out all the things in Linux (Ubuntu) later. So in mean time I just want to install an IDE.
I'm used to Dreamweaver (Code view only!) for all my things. Googled around and saw ppl talk about emacs, which I tried and ...uuuh.....whatever that is I don't have time to figure out now.
So, besides gedit (which I use in mean time, which is nothing but notepad in windows if you ask me) is there something more friendly to be recommended?
-
Dec 17th, 2008, 11:05 AM
#7
Thread Starter
Frenzied Member
Re: From WAMP to LAMP
this one?
eclipse
Extensible Tool Platform and Java IDE
The Eclipse Platform is an open and extensible platform for anything and yet
nothing in particular. It provides a foundation for constructing and running
integrated software-development tools. The Eclipse Platform allows tool
builders to independently develop tools that integrate with other people's
tools so seamlessly you can't tell where one tool ends and another starts.
Package to provide the whole Eclipse SDK, which includes the Java Development
Tools and Plug-in Development Tools.
-
Dec 17th, 2008, 06:48 PM
#8
Re: From WAMP to LAMP
I'd say gedit is more like Notepad++ than Notepad.
I've no experience with any IDEs for Linux. I use vim to edit files, but that'll take you as long as emacs to learn. There is a plugin for PHP debugging in vim though (which I haven't actually managed to get working).
Eclipse is fairly popular. Give it a shot.
-
Dec 17th, 2008, 10:14 PM
#9
Thread Starter
Frenzied Member
Re: From WAMP to LAMP
I judged too quickly...gedit works just fine for my needs.
Made it look nice and geeky and happily coding again.
-
Jan 8th, 2009, 12:50 AM
#10
Re: From WAMP to LAMP
The easiest way to install the LAMP stack on Ubuntu is to run
Code:
sudo tasksel lamp-server
This will install all the packages related to a LAMP server and run the mysql database configuration/install scripts.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|