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 trialJoe Bruno
35,909 PointsCloud (vs. Local) Testing Environments?
Hello,
What would you suggest for a cloud based testing environment. Essentially, I would like to deploy a test site for my project for two purposes: 1) client viewing and 2) for server side testing (need PHP and MySQL) - I would like to test a few things with webhooks that I cannot do locally. I have done this with a rails project using heroku before, but what non-local testing environments do you use for your projects?
Thanks
1 Answer
Andrew Olson
4,028 PointsHi Joe,
Heroku also supports PHP. If you are already familiar with platform, it might be the easiest option.