-
Notifications
You must be signed in to change notification settings - Fork 114
TCAT on Amazon EC2
Matteo Menapace edited this page Jun 29, 2016
·
1 revision
-
Sign up to Amazon WS, following this guide
Choose a Ubuntu installation. Pay special attention to Security Groups: Amazon firewalls the HTTP (web-traffic) port by default. You have to explicitly open the HTTP port in the Amazon interface.
-
On AWS, create a IAM user, following this guide
-
Create and download an AWS key pair, following this guide
-
Connect to your AWS EC2 instance with SSH, following this guide
For Ubuntu, the user name is
ubuntu
. So in Terminal you will enter something like thisssh -i /path/my-key-pair.pem [email protected]
-
Go to apps.twitter.com and create a new app, then generate an Access Token and a Token Secret.
-
Follow the TCAT automated installation guide