Coder Social home page Coder Social logo

webmachine's Introduction

webmachine

Overview

Travis-CI :: https://secure.travis-ci.org/basho/webmachine.png

Webmachine is an application layer that adds HTTP semantic awareness on top of the excellent bit-pushing and HTTP syntax-management provided by mochiweb, and provides a simple and clean way to connect that to your application’s behavior.

More information is available here.

Quick Start

A shell script is provided in the webmachine repository to help users quickly and easily create a new webmachine application.

git clone git://github.com/basho/webmachine.git
cd webmachine
./scripts/new_webmachine.sh mydemo

A destination path can also be passed to the new_webmachine.sh script.

./scripts/new_webmachine.sh mydemo ~/webmachine_applications

Once a new application has been created it can be built and started.

cd mydemo
make
./start.sh

The application will be available at http://localhost:8000.

To learn more continue reading here.

Contributing

We encourage contributions to webmachine from the community.

  1. Fork the webmachine repository on Github.
  2. Clone your fork or add the remote if you already have a clone of the repository.
git clone [email protected]:yourusername/webmachine.git
# or
git remote add mine [email protected]:yourusername/webmachine.git
  1. Create a topic branch for your change.
git checkout -b some-topic-branch
  1. Make your change and commit. Use a clear and descriptive commit message, spanning multiple lines if detailed explanation is needed.
  2. Push to your fork of the repository and then send a pull-request through Github.
git push mine some-topic-branch
  1. A Basho engineer or community maintainer will review your patch and merge it into the main repository or send you feedback.

webmachine's People

Contributors

agx avatar argv0 avatar b avatar beerriot avatar bjnortier avatar borshop avatar capotej avatar cjkjellander avatar cmeiklejohn avatar dizzyd avatar djnym avatar dreverri avatar evanmcc avatar jaredmorrow avatar jrwest avatar jtuple avatar justinsheehy avatar kellymclaughlin avatar lemenkov avatar massung avatar michaelneale avatar reiddraper avatar rustyio avatar seancribbs avatar seth avatar shino avatar slfritchie avatar vagabond avatar varnerac avatar vinoski 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.