When i ssh to amazon ec2, then
pwd
/home/ubuntu
ls
app_1 app_2 app_3 app_4
Considering i have mapped my ec2-122** address to some apps.site1.com
How can i have multiple rails applications running like if i access,
apps.site1.com/app_1 apps.site1.com/app_2 apps.site1.com/app_3
each of the application should be loaded.
One of my friends told he has implemented it for apache+php applicati
When i ssh to amazon ec2, then
pwd
/home/ubuntu
ls
app_1 app_2 app_3 app_4
Considering i have mapped my ec2-122** address to some apps.site1.com
How can i have multiple rails applications running like if i access,
apps.site1.com/app_1 apps.site1.com/app_2 apps.site1.com/app_3
each of the application should be loaded.
One of my friends told he has implemented it for apache+php applicati
I'm getting started with puppet on ec2 using the following guide.
https://help.ubuntu.com/12.04/serverguide/puppet.html
In the very last step when I try to sign the puppet client from the puppet master I get the following error
root@ip-10-248-27-66:/home/ubuntu# puppetca --sign ec2-54-245-56-210.us-west-2.compute.amazonaws.com
err: Could not call sign: Could not find certificate request for ec2
The project I'm working on requires that we mask AWS EC2 host names with our own subdomains.
For example:
ec2-176-34-163-40.eu-west-1.compute.amazonaws.com
would map to
gf53ef.domain.com
and
ec2-123-31-124-60.eu-west-1.compute.amazonaws.com
would map to
sdfrh5.domain.com
There will always be list available that stores the relationship between the domains.
I am not able to scp from one EC2 instance to another EC2 instance.
Using SSH in a GNOME terminal is fine. But I want to use it in a Unity window (the location text field, ctrl+l).
I´m running ISPConfig 3 and i have installed Ruby on Rails to my server.
I´ve followed these howtos, created user passenger (and added passenger ALL=(ALL) ALL to sudos) and installed RVM.
https://rvm.beginrescueend.com/rvm/install/
http://kris.me.uk/2011/10/28/rails-rvm-passenger-capistrano-git-apache.html
http://blog.bigrocksoftware.com/2011/01/07/rvm-nginx-passenger-rails-3/
I´ve put test Rai
I'm trying to login to a Ubuntu box hosted on AWS EC2, which has a route53 domain setup. The domain is resolved to the proper IP, e.g.
I have a t1.micro instance with public dns looks similar to
ec2-184-72-67-202.compute-1.amazonaws.com (some numbers changed)
On this machine, I am running a django app
$ sudo python manage.py runserver --settings=vlists.settings.dev
Validating models...
0 errors found
Django version 1.4.1, using settings 'vlists.settings.dev'
Development server is running at http://127.0.0.1:8000/
I have ope