Skip to content

Instantly share code, notes, and snippets.

View Ichimonji10's full-sized avatar

Jeremy Audet Ichimonji10

View GitHub Profile
@Ichimonji10
Ichimonji10 / populate.py
Last active February 21, 2017 06:23 — forked from omaciel/populate.py
import random
import re
from nailgun import client
from nailgun import entity_mixins
from nailgun.config import ServerConfig
from nailgun.entities import (
ActivationKey,
ContentView,
ContentViewVersion,
#!/usr/bin/env sh
# Install fortello on to an Amazon EC2 instance. Make sure to set the variables
# in the head of this script.
set -o errexit -o nounset
# By default the EC2 instance's hostname matches its internal hostname. The
# fields ${private_ips} and ${public_dns} can be found in the EC2 Dashboard page
# when you select your instance.
readonly private_ips=