SSH into your EC2 instance. Run the following:
$ sudo yum install gcc This may return an "already installed" message. That's OK.
$ wget http://download.redis.io/redis-stable.tar.gz && tar xvzf redis-stable.tar.gz && cd redis-stable && make
SSH into your EC2 instance. Run the following:
$ sudo yum install gcc This may return an "already installed" message. That's OK.
$ wget http://download.redis.io/redis-stable.tar.gz && tar xvzf redis-stable.tar.gz && cd redis-stable && make
| // Bootstrap Mid-Small - col-ms-* - the missing grid set for Bootstrap3. | |
| // | |
| // This is a hack to fill the gap between 480 and 767 pixels - a missing range | |
| // in the bootstrap responsive grid structure. Use these classes to style pages | |
| // on cellphones when they transition from portrait to landscape. | |
| // | |
| // Contains: | |
| // Columns, Offsets, Pushes, Pulls for the Mid-Small layout | |
| // Visibility classes for the Mid-Small layout | |
| // Redefined visibility classes for the Extra Small layout |
| server { | |
| listen 80; | |
| server_name HOSTNAME; | |
| root /opt/PATH/; | |
| index index.html; | |
| rewrite ^/$ /en/PATH/ redirect; |
| var ConverterEstados = function(val) { | |
| var data; | |
| switch (val.toUpperCase()) { | |
| /* UFs */ | |
| case "AC" : data = "Acre"; break; | |
| case "AL" : data = "Alagoas"; break; | |
| case "AM" : data = "Amazonas"; break; | |
| case "AP" : data = "Amapá"; break; | |
| case "BA" : data = "Bahia"; break; |