Skip to content

innoq/SCS

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
css
 
 
 
 
img
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SCS: Self-contained Systems

Assembling Software from Independent Systems

Find out more about SCS at scs-architecture.org (generated via Github Pages from this repository).

How to contribute?

1. Fork this repository

2. Make a feature branch on your fork

3. Make your changes

You can setup a local development environment by running the following command in your locally cloned repository:

./server.sh

You will need a local Ruby installation for that. After that you can look at you changes at: http://127.0.0.1:4000/

4. Commit you changes

Bonus: Choose a good commit message

5. Open an pull-request

Provide a good title and describe what you want to change and why.

6. Profit! Thanks for contributing :)

_There is also a more in depth guide from github.