Meteor is pretty popular modern framework, so let’s see how can be meteor app deployed to Amazon / Azure / On-premise (actually we need only one or more linux boxes). Let’s start & cr...
Access to DockerHub images from Amazon Elastic Beanstalk required when you need to deploy EBS environment based on Docker. First on all you need to login to DockerHub (with account that has read &...
It can be done with simple script running on Ubuntu 14.04 in AWS: # Prepare apt-get update -y apt-get install -y gcc g++ make curl python2.7 # Install Docker apt-key adv --keyserver hkp://p80.pool.sk...
From default repos on Ubuntu 14.04 you’ll got Docker version 1.6.2 which is pretty old. So you can use this simple script to install current version of Docker: sudo su apt-key adv --keyserver h...
It might be done with simple script: sudo su cd /tmp yum update -y yum install -y curl yum groupinstall "Development Tools" -y wget http://nodejs.org/dist/v0.10.41/node-v0.10.41.tar.gz tar -zxf node-...
Если вы работаете с разными аккаунтами AWS, то наверняка знаете что Access Keys можно сохранять в нескольких профилях. Но если какой-то (или все профили) для вас более неактуальны, Access Keys можно ...
If you run OS X Terminal you can get error «setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory»: To fix it comment string that contains SendEnv LANG LC_* v...
Creating new AWS account might be a little confusing for very new AWS users. So you can use my simple instruction to make first steps fast: Sign-in to AWS management console https://aws.amazon.com/co...