Giter Site home page Giter Site logo

cloudxtreme / webmachine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webmachine/webmachine

0.0 1.0 0.0 4.1 MB

A REST-based system for building web applications.

Home Page: https://github.com/webmachine/webmachine/wiki/

License: Apache License 2.0

Makefile 0.16% Erlang 93.68% CSS 0.45% JavaScript 5.68% HTML 0.02%

webmachine's Introduction

webmachine

This project began at Basho, the creators and maintainers of Riak. Due to the importance of webmachine to the broader Erlang community, a new organization was formed. Please contact @seancribbs to get involved.

Overview

Build Status

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. You can also read past blog posts about Webmachine here.

Development

Webmachine is a rebar3 project.

Running all tests and dialyzer is as easy as

make all

However, if you'd like to run them separately:

  • EUnit: rebar3 eunit
  • Dialyzer: rebar3 dialyzer

If you don't have rebar3, you should get it. If you don't want to, it's downloaded as part of make all

Quick Start

A rebar3 template is provided for users quickly and easily create a new webmachine application.

$ mkdir -p ~/.config/rebar3/templates
$ git clone git://github.com/webmachine/webmachine-rebar3-template.git ~/.config/rebar3/templates
$ rebar3 new webmachine your_app_here

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

$ cd your_app_here
$ rebar3 release
$ _build/default/rel/your_app_here/bin/your_app_here console

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

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 community maintainer will review your pull request 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 cmeiklejohn avatar dizzyd avatar djnym avatar dreverri avatar evanmcc avatar jaredmorrow avatar joedevivo avatar jrwest avatar justinsheehy avatar kellymclaughlin avatar lemenkov avatar massung avatar mbbroberg 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.