Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/metavirt
https://github.com/auser/metavirt
Last synced: 5 minutes ago
JSON representation
- Host: GitHub
- URL: https://github.com/auser/metavirt
- Owner: auser
- Created: 2009-06-02T00:47:30.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-06-24T21:56:16.000Z (over 15 years ago)
- Last Synced: 2024-11-11T12:06:14.107Z (about 2 months ago)
- Language: Ruby
- Size: 285 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
MetaVirt Server
===============MetaVirt is a proxy providing a RESTful interface to various virtualization platforms. It is being being written to provide a unified interface to PoolParty's various remote cloud platforms. Currently it is being tested with PoolParty's Vmrun remoter base.
NOTE: MetaVirt is not complete yet. It is not ready for use yet
Run with Thin:
thin start -R config.ru
Or Rack rackup command, using Mongrel (by default):
rackup config.ru
Gem dependencies:
haml
rack
sequel
json