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

JavaScript Introducing JavaScript Finishing the Game Wrapping It Up

Balazs Peak
Balazs Peak
46,160 Points

I've modified this game and I would like to deploy it on the AWS and Google Cloud platforms for practice. Can you help?

I've downloaded the whole project on my computer and modified it, and I'm also learning about cloud technology with JS simultaneously, so I would like to deploy this game for practice on both AWS and Google Cloud. Can you help what would be the most simple way to learn what do I need to do to deploy this game on these platforms?

1 Answer

There's a course on Treehouse about AWS, and it should be good to get you set up with an account and headed in the right direction as far as an orientation goes. With AWS, you'll be renting a server that you'll need to be fairly comfortable doing some system administration stuff and command-line, ssh skills.

If you're just looking to get up and running and don't want to worry too much about fussing around with server stuff, I would highly recommend looking Heroku or Digital Ocean, as you can breeze past a lot of the system admin issues and get right into deploying your files in a live production server. Also free to do simple hosting.

Balazs Peak
Balazs Peak
46,160 Points

thank you :D I've already managed to set it up successfully on Amazon. Thanks for the tips though ;)