Thanks for the help, it works!
Shockingly simple!

For those who would like to set up an Amazon server for a GNOGA app, 
here is a summary that could help saving time (I spent hours reading 
forums with tons of complicated solutions and a few simple ones...):

- you need only the EC2 (Elastic Compute Cloud) service and nothing else 
(at least for starting...)
- you can just use the storage that is provided with an EC2 instance (no 
need to bother with S3, EBS, EFS, buckets, ...)
- for opening access to the GNOGA Web app server (so yes, I had my 
"nothing happens, the server is running but is not visible from outside" 
moment), here are the steps:
   - from the EC2 Management Console, display the list with the 
instances and select the one you want to use as a server
   - in the Description tab, click on the active Security Group
   - for both Inbound and Outbound, add a custom TCP rule with port 8080 
and IP address from the whole world (and even the universe ;-) )
- regarding Windows:
   - you can transfer your data with Copy-Paste through the Remote 
Desktop (here again, there are lots of more complicated solutions for 
transferring data...)
   - add your GNOGA executable in the firewall's list of "Allowed app 
and features"

Cheers
Gautier


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to