https://github.com/innoq/SCS
Self-Contained Systems
https://github.com/innoq/SCS
distributed-systems microservices microservices-architecture scs software-architecture
Last synced: 12 days ago
JSON representation
Self-Contained Systems
- Host: GitHub
- URL: https://github.com/innoq/SCS
- Owner: innoq
- Created: 2015-11-22T23:32:57.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-10-29T07:51:35.000Z (6 months ago)
- Last Synced: 2024-10-29T08:31:11.709Z (6 months ago)
- Topics: distributed-systems, microservices, microservices-architecture, scs, software-architecture
- Language: HTML
- Homepage: http://scs-architecture.org/
- Size: 59.7 MB
- Stars: 282
- Watchers: 91
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-repositories - innoq/SCS - Self-Contained Systems (HTML)
README
# 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](https://chris.beams.io/posts/git-commit/)#### 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](https://guides.github.com/introduction/flow/).