Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created January 28, 2012 04:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betweenbrain/1692645 to your computer and use it in GitHub Desktop.
Save betweenbrain/1692645 to your computer and use it in GitHub Desktop.
Ubuntu Desktop Web Developer Setup
@maskitto
Copy link

maskitto commented Feb 1, 2012

Nice how-to, Matt. I wish I had found it before, so I wouldn't have to have searched the web high and low to find that info :-)
But you forgot something:

  • On step 6 of LAMP installation/set-up, disable the default virtualhost and enable the new one before restarting apache: $ sudo a2dissite default && sudo a2ensite username

There are lots of things here that I haven't tried yet. I'll let you know if I find something else.

Keep up the good work ;-)

Regards,
Airton Torres (@maskitto)

@betweenbrain
Copy link
Author

Thanks Airton! I'm happy to hear that it's helpful :)

I must admit that I have a bunch of notes like this (each one usually signifying a destroyed installation) strewn around and I am finally getting around to consolidating them into a single, concise document.

Great catch regarding the LAMP install. I appreciate the feedback and second set of eyes. I've added that to the gist and made a bunch of formatting improvements as the code was rendering correctly before in the Markdown format. Feel free to make any other suggestions.

Thanks again!

Best,

Matt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment