Wakame

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.

SYNOPSIS:

*

REQUIREMENTS:

  • eventmachine

  • amqp

  • daemons

  • amazon-ec2

  • right_aws

  • log4r

  • jeweler

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_master

Then 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 © 2009 axsh co., LTD Copyright © 2009 Masahiro Fujiwara <m-fujiwara_at_axsh.net>

Licensed 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 at

http://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.