stuliston / lastmanstand.in

0 stars 0 forks source link

Configure production server #15

Closed robmonie closed 11 years ago

robmonie commented 11 years ago

Needs to be to a point where it's hosted under the domain name and prod deploys are straight forward. Anything else?

stuliston commented 11 years ago

The console is here:

https://lastmanstanding.signin.aws.amazon.com/console

Your details are: un: robmonie / pw: lastmanstanding un: clouseauu / pw: lastmanstanding

If you log in and go to Ops Works, then the 'My Settings' in the top-right, you should be able to configure your ssh access from there.

Ops Works is the abstraction layer AWS give us to manage EC2 like Heroku etc. We have a 'Stack' there that works but I'm going to tear it down one evening after work and set it back up again so anyone who wants to see can get involved.

FYI, my ssh config settings are:

Host lms
  HostName ec2-54-229-145-181.eu-west-1.compute.amazonaws.com
  IdentityFile ~/.ssh/lms_aws
  user stuliston
  ForwardAgent yes
robmonie commented 11 years ago

Nice. I'll get this setup tomorrow. Definitely interested in seeing you rebuild it all again too.

I had a read of a blog the Pete sent around which was helpful to understand the bits involved. Looks like a nice setup.

-r

On Sun, Sep 1, 2013 at 5:06 PM, Stuart Liston notifications@github.comwrote:

The console is here:

https://lastmanstanding.signin.aws.amazon.com/console

Your details are: un: robmonie / pw: lastmanstanding un: clouseauu / pw: lastmanstanding

If you log in and go to Ops Works, then the 'My Settings' in the top-right, you should be able to configure your ssh access from there.

Ops Works is the abstraction layer AWS give us to manage EC2 like Heroku etc. We have a 'Stack' there that works but I'm going to tear it down one evening after work and set it back up again so anyone who wants to see can get involved.

FYI, my ssh config settings are:

Host lms HostName ec2-54-229-145-181.eu-west-1.compute.amazonaws.com IdentityFile ~/.ssh/lms_aws user stuliston ForwardAgent yes

— Reply to this email directly or view it on GitHubhttps://github.com/stuliston/lastmanstand.in/issues/15#issuecomment-23620063 .

stuliston commented 11 years ago

I'm calling this done