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 trialAlex Simmons
599 PointsAre you not able to program WordPress/Genesis website in places that down have an internet connection?
I was watching a video and it says all of WordPress is done online. Is there really no way to program offline using WordPress?
4 Answers
Dalton Patterson
Full Stack JavaScript Techdegree Student 11,754 PointsTo Develop a Wordpress site on you local environment you need access to a local PHP server and MySQL server.
If you are a Mac user I suggest MAMP ( http://www.mamp.info/en/ ) , if you run Windows WAMP should work for you ( http://www.wampserver.com/en/ ).
These local PHP servers and MySQL servers are industry standard and should get your local Wordpress site up and running in no time.
Jesse Petersen
Treehouse Guest TeacherWe will be recommending DesktopServer in an upcoming course on WordPress workflow. http://serverpress.com - the paid version has everything needed to do advanced maneuvers.
Alex Simmons
599 PointsThank you very much I will be looking forward to watching those.
Patrick McKinney
13,151 PointsI have been using ServerPress to work through the WordPress courses on my local computer. There is a free version and it is pretty easy to use.
Alex Simmons
599 PointsAlex Simmons
599 PointsI really appreciate your help! Thats what I need!