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

WordPress

Ashley Keeling
Ashley Keeling
11,476 Points

what do you use instead of mamp, if you want it on a remote sever

is it similar

1 Answer

David Perkins
David Perkins
9,607 Points

As i'm sure you already know, MAMP is basically used for a local development environment allowing you to design, build and test locally before pushing your completed site/project to a live (or remote) server for others to see and use.

A remote server is where you'd push your files once you've finished developing locally for which MAMP isn't something that you'd be wanting to use ideally. A common setup for a "remote" server would use something called a LAMP stack, which stands for Linux, Apache, MySQL, and PHP.

If you're looking to read more into the hardware, processes, stacks and software options of running a remote server, there's plenty of resources available but be warned... It's a whole new world of information to take onboard and most just purchase hosting space from a provider and choose their options from pre-existing stacks that match their requirements.

I'd be happy to help out more if you require more information.