https://github.com/tdooner/factorio-server
Tom's overengineered factorio server
https://github.com/tdooner/factorio-server
Last synced: 3 months ago
JSON representation
Tom's overengineered factorio server
- Host: GitHub
- URL: https://github.com/tdooner/factorio-server
- Owner: tdooner
- Created: 2016-07-17T02:57:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T21:54:41.000Z (almost 9 years ago)
- Last Synced: 2025-01-15T00:29:37.596Z (5 months ago)
- Language: Ruby
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# factorio-server
```bash
# get a CLOUDFLARE_EMAIL/CLOUDFLARE_TOKEN and DIGITALOCEAN_TOKENbrew install terraform
ssh-keygen -f factorio_rsa
mv factorio_rsa ~/.ssh
mv factorio_rsa.pub ~/.sshterraform apply
```## running tests
```
# create AWS IAM user with Ec2FullPermissions and maybe VPC readonly as well (?)
# create a keypair, save the private key for putting into travis
# put into travis environment variables:
# 1. AWS_ACCESS_KEY_ID
# 2. AWS_SECRET_ACCESS_KEY
# 3. AWS_SSH_KEY_ID
# 4. AWS_EC2_SUBNET_ID
# 5. AWS_SSH_PRIVATE_KEY
# (this should be a quote-surrounded version of the private key downloded
# before)
# install vagrant
bundle install
```