Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axsh/wakame-fuel
A distributed service framework on top of Cloud environment.
https://github.com/axsh/wakame-fuel
Last synced: about 2 months ago
JSON representation
A distributed service framework on top of Cloud environment.
- Host: GitHub
- URL: https://github.com/axsh/wakame-fuel
- Owner: axsh
- License: apache-2.0
- Created: 2009-06-22T11:39:31.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-07-30T08:23:46.000Z (over 14 years ago)
- Last Synced: 2023-04-18T20:26:48.605Z (over 1 year ago)
- Language: Ruby
- Homepage: http://wakame.rubyforge.org/
- Size: 988 KB
- Stars: 10
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- Changelog: History.txt
- License: LICENSE
Awesome Lists containing this project
README
= Wakame
* http://wakame.rubyforge.org/
== DESCRIPTION:
* Wakame is a framework to simplify the complex virtual machine manipulation over multiple instances in Clound envrionment. This project aims to provide the management/monitoring services with server/daemon configuration set to build scalable web applications.
== REQUIREMENTS:
* eventmachine
* amqp
* daemons
* amazon-ec2
* right_aws
* log4r
* jeweler
* thin
* json== INSTALL:
* gem install wakame
* wakame /path/to/yourproj
% cd /path/to/yourproj
% ./script/generate resource apache_lb
% ./script/generate resource apache_app
% ./script/generate resource apache_www
% ./script/generate resource mysql_masterThen edit config/cluster.rb to add above them all.
% sudo ./config/init.d/wakame-master start
% sudo ./config/init.d/wakame-agent start== LICENSE:
(Apache License, Version 2.0)
Copyright (c) 2009 axsh co., LTD
Copyright (c) 2009 Masahiro FujiwaraLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.