Difference between revisions of "Aws"

From Wiki2
Line 9: Line 9:
hpkey.pem for cygwin hpkey.ppk for winscp
hpkey.pem for cygwin hpkey.ppk for winscp
ssh -i .ssh/hpkey.pem ec2-user@ec2-50-17-136-39.compute-1.amazonaws.com
ssh -i .ssh/hpkey.pem ec2-user@ec2-50-17-136-39.compute-1.amazonaws.com
====setting up accounts====
useradd -d/home/sitebuil sitebuil
passwd sitebuil
create a publichtml and set permissions
[root@openeyeworld home]# chmod ugo+r /home/sitebuil
[root@openeyeworld home]# cd sitebuil/
[root@openeyeworld sitebuil]# chmod ugo+rx -R public_html

Revision as of 15:34, 4 January 2012

name, webserver

mckenna.tim

user, bitnami


ami, server hpkey.pem for cygwin hpkey.ppk for winscp ssh -i .ssh/hpkey.pem ec2-user@ec2-50-17-136-39.compute-1.amazonaws.com

setting up accounts

useradd -d/home/sitebuil sitebuil 
passwd sitebuil

create a publichtml and set permissions

[root@openeyeworld home]# chmod ugo+r /home/sitebuil
[root@openeyeworld home]# cd sitebuil/
[root@openeyeworld sitebuil]# chmod ugo+rx -R public_html