Git Product home page Git Product logo

webobjects-chef-repo's Introduction

Overview

This chef repository provides a cookbook and roles to deploy WebObjects applications on LINUX distros.

After adding the webobjects cookbook to your chef repo you can add roles to install and configure an Apache http server and the WebObjects application server.

Chef Setup

Typically you'd fork or clone this repository:

git clone git://github.com/rgauss/webobjects-chef-repo.git

upload to your chef server, then create nodes with the appropriate roles for deployment.

If unfamiliar with chef check out the quick start page.

You'll need to setup a .chef directory with your credentials and knife.rb file to connect to your chef server.

You can then create a data bag with settings unique to your app and set attributes on your chef nodes or roles that override the defaults.

Usage

See the webobjects cookbook for details on usage.

Roles

  • webobjects_application_server - A WebObjects 5.4 application server (wotaskd and JavaMonitor).
  • webobjects_http_server - An Apache 2 web server and builds a WebObjects adaptor.
  • webobjects_compile_server - A server setup to compile WebObjects applications from source. Note that you must provide the Apple, Wonder, woproject.jar, and other third-party frameworks.

EC2 Deployment

If you're deploying on EC2 check out the EC2 Knife plugin which (after setting your AWS key and secret) can make deploying a standalone WebObjects server as easy as:

knife ec2 server create --region us-east-1 -Z us-east-1a -I ami-cf33fea6 -f t1.micro -G <YOUR_GROUPS> -i ~/.ec2/<YOUR_EC2_KEY_PAIR>.pem -S <YOUR_EC2_KEY_PAIR> --ssh-user ubuntu -r role[webobjects_http_server],role[webobjects_application_server]

webobjects-chef-repo's People

Contributors

rgauss avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.