Hi

I'm trying to get a tiddlywiki running from AWS EC2 as an experiemnt.

I'm stuck :(

This is how far I've managed to get...

1. launched AWS workbench and go to EC2
2. launched a linux AMI
3. configured instance
4. created key pair
5. SSHd from the command line into EC2 using the .pem `ssh 
ec2-user@IP-ADDRESS -i MYPEMNAME.pem`
6. install NVM.
7. install git
8.  use npm to install tiddlywiki `npm  install -g tiddlywiki`
9. create root folder `tiddlywiki MYWIKI --init server`
10. start server `tiddlywiki MYWIKI --listen`

My problem is that I can't get step 10. to work... it keeping flicking to 
127.0.0.1... rather that the EC2 ip.

I'm sure I'm doing something stupid... and help appreciated.

If there is an easier way of doing this - happy to hear that too. (I've 
tried Elastic Beanstalk - but found that even more confusing!)

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/113d8fde-f124-442e-a899-7671f6e592ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to