Posts marcados com "cloud"
-
Export your assets with this simple gcloud command
Manage Google Cloud environments is often a complex task. You need to take care of the resource provisioning and keep all services up and running, but also may need understand the service usage and by proxy their costs,…
-
Backup to cloud when there is no space left on device
Imagine that you are planing to move some data from one server to another. To do so, you backup your data by creating a simple compressed tar archive with: $ tar cjf /tmp/backup.tar.bz2 $HOME And, for your surprise you…
-
Setting up a Moodle instance with Compute Engine and Cloud SQL
Things are getting cloudy these days. And that's good! We have a lot of options available now, ranging from bare virtual machines, to fully managed platforms, and with all kinds of containerized environments in between.…
-
Multiple runtimes into single Google App Engine project with Modules
There is no single tool to rule them all. Each Google App Engine runtime has it strengths, but sometimes you can't afford to reinvent the wheel and reimplement something that is ready to use in a library, because of…
-
Tutorial: How to get started with Apache Cordova and Firefox OS on Nitrous.IO
It's time to go mobile . And it is time to go cloud . Why not go mobile in the cloud ? In this tutorial we'll learn how get started building mobile web apps using Apache Cordova (formelly PhoneGap) and testing your app…
-
Coding in the Cloud - Part II - Google Apps Script and Google Sites Review
Continuing the Coding in the Cloud series, today we'll take a look at the possibilities to quick and easy build web sites and smart web applications using some cool tools from Google: Google Sites and Google Apps…
-
Mapping multiple domains to Google AppEngine with nginx reverse-proxy on GCE
If you work with Google AppEngine and want to map a custom domain to your application, you must also configure Google Apps for that domain. If you have an app with a white label option, your customers also have to…
-
Coding in the Cloud - Part I - Nitrous.IO Review
Hello fellows, this is the first post in the new Developer Blog by Ronoaldo. This blog post is also the first of a series of reviews on Cloud IDEs. They give you the power of scaling your development environment as…