Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jawngee/thor
Application for managing Slicehost slices. PHP 5+
https://github.com/jawngee/thor
Last synced: 19 days ago
JSON representation
Application for managing Slicehost slices. PHP 5+
- Host: GitHub
- URL: https://github.com/jawngee/thor
- Owner: jawngee
- Created: 2009-05-09T05:33:41.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-06-18T08:46:52.000Z (over 15 years ago)
- Last Synced: 2025-01-19T22:13:50.908Z (23 days ago)
- Language: PHP
- Homepage:
- Size: 242 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Slicehost Manager
Command line and web application that allows you to manage your Slicehost servers.
Installation
============
- Unzip to a directory
- Use the included apache.conf file (tweak)
- Edit /app/conf/slicehost.js.CHANGEME - follow directions contained within
- Set the "slicehost" script to executable
- Give it a spinCurrently only basic functionaliy is offered and this entire thing is a huge
moving target.Using the command line
=======================
slicehost slices - list of slices
slicehost slices/XXXX - slice info, XXXX = slice ID
slicehost slices/configs - list of slice configurations
slicehost slices/create/XXXX - Create a new instance of a configuration, XXXX = config IDBECAREFUL! DO NOT BLAME ME IF YOU HOSE YOUR SLICEHOST SERVERS WITH THIS
TOOL.Todo:
- Add a database backend
- Add deployment hooks for running scripts after a succesfull slice creationAny questions, problems, please use the issues or wiki pages on Github.