Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Console Foundations Installing Software Package Managers

I have a question about the extra credit activity.

Extra Credit Try installing the software you need to host a basic website. What software would I need to install to host a basic website? Also how can I do this if I do not have a Linux based console? I have Windows 10 what kind of alternative could I use instead of Linux?

1 Answer

For a console emulator in Windows, try cmder or Cygwin.

To host a basic website on your local computer, you could play with WampServer.

To install cmder is it the kind of download where I just have to hit okay a few times or do I actually have to install this software through the windows command prompt?

Sounds fairly straightforward:

Installation

  • Unzip (can take a while)
  • (optional) Place your own executable files into the bin folder to be injected into your PATH.
  • Run Cmder (Cmder.exe)

Okay thanks Iain for all of your help! :)