Koha ILS
KohaCon10: Koha in the Cloud
Presented by Andy Chilton
Quickly push a Koha instance into your preferred cloud host
Just need the one config file with your key, then the command line tool (/bin/awssum)
- For security grouping: Export GROUP_NAME=default
- Run command to allow SSH
- Similarly allow HTTP on port 80
- Upload your SSH key (or have the system create it)
- Pick your OS image: export IMAGE_ID= … check web for image ID for your preferred distro
- Start instance. Save the instance-id.
- Once running, export the DNS_NAME and IP_ADDRESS to environment variables
- ssh root@$DNS_NAME (for Debian, at least)
- Now you’re ready to create a your Koha server (using the most excellent Debian packages!)
[tag]kohacon10[/tag]
[Originally posted by Ian Walls]
Read more by ByWater Staff