Skip to content

Commit 87d04ee

Browse files
committed
Add @KuhArt as a contributor
1 parent 7e9aee7 commit 87d04ee

2 files changed

Lines changed: 49 additions & 41 deletions

File tree

.all-contributorsrc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"projectName": "stack",
3+
"projectOwner": "paralect",
4+
"files": [
5+
"README.md"
6+
],
7+
"imageSize": 100,
8+
"commit": true,
9+
"contributors": [
10+
{
11+
"login": "KuhArt",
12+
"name": "KuhArt",
13+
"avatar_url": "https://avatars3.githubusercontent.com/u/14125982?v=4",
14+
"profile": "https://github.com/KuhArt",
15+
"contributions": [
16+
"code",
17+
"doc",
18+
"example"
19+
]
20+
}
21+
]
22+
}

README.md

Lines changed: 27 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
# Stack 🎉 [![Build Status](http://product-stack-ci.paralect.com/api/badges/startupsummer/product-stack/status.svg)](http://product-stack-ci.paralect.com/startupsummer/product-stack)
1+
# Stack 🎉
22

3-
Stack is a number of small components combined together in one repository with a goal to improve products quality and time to market.
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
4+
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE)
5+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
6+
[![Build Status](http://product-stack-ci.paralect.com/api/badges/paralect/stack/status.svg)](http://product-stack-ci.paralect.com/paralect/stack)
7+
8+
[![Watch on GitHub](https://img.shields.io/github/watchers/paralect/stack.svg?style=social&label=Watch)](https://github.com/paralect/ship/watchers)
9+
[![Star on GitHub](https://img.shields.io/github/stars/paralect/stack.svg?style=social&label=Stars)](https://github.com/paralect/ship/stargazers)
10+
[![Follow](https://img.shields.io/twitter/follow/paralect.svg?style=social&label=Follow)](https://twitter.com/paralect)
11+
[![Tweet](https://img.shields.io/twitter/url/https/github.com/paralect/stack.svg?style=social)](https://twitter.com/intent/tweet?I%27m%20using%20Stack%20components%20to%20build%20my%20next%20product%20🚀.%20Check%20it%20out:%20https://github.com/paralect/stack)
12+
13+
A set of components for makers to ship better products faster 🚀.
14+
[Stack](https://github.com/paralect/stack) is an number of open-source components, resulted from years of hard work on a number of awesome products. We carefully select, document and share our production-ready knowledge with you. Stack aims to help to improve your product quality and time to market. Every component can be used as standalone component and you can combine different components to create your product or just use [Ship](https://github.com/paralect/ship).
415

516
Main concepts:
617
1. Every component has an owner who maintain and contribute to the component, keeping it up to date all the time and fixing any issues.
718
2. Every Product Stack component has extensive documentation which allow to learn it quite quickly.
819

920
## Tools
1021

11-
Get in touch for invitations with Andrew Orsich.
22+
Tools we use internally to collaborate on the project. If you have any questions, suggestions or ideas — just [create an issue](https://github.com/paralect/stack/issues/new).
1223

1324
1. [Slack](https://paralect-stack.slack.com/messages)
1425
2. [Drone CI](http://product-stack-ci.paralect.com)
@@ -20,10 +31,10 @@ Get in touch for invitations with Andrew Orsich.
2031

2132
To make collaboration simpler and more efficient we will focus around very specific and concise technology stack, which includes following:
2233

23-
1. Node.JS 8, Koa.JS 2
24-
2. React.JS with Redux, POST CSS, Koa.JS 2
25-
3. MongoDB, PostgreSQL
26-
4. Ansible, Docker, Drone CI
34+
1. **Backend:** Node.JS 8, Koa.JS 2
35+
2. **Frontend:** React.JS, Redux, POST CSS, Webpack
36+
3. **Databases:** MongoDB, PostgreSQL
37+
4. **Infastructure:** Ansible, Docker, Nginx, Drone CI, Grafana
2738

2839
## Product stack Distribution
2940

@@ -34,20 +45,18 @@ We distribute Product Stack components in four main ways:
3445
3. As public docker images for isolated services under common `paralect` DockerHub account.
3546
4. As Ansible roles for common deployment tasks
3647

37-
### Contribute to Product Stack
48+
## Change Log
49+
50+
This project adheres to [Semantic Versioning](http://semver.org/).
51+
Every release is documented on the Github [Releases](https://github.com/paralect/ship/releases) page.
3852

39-
We want contributing to Product Stack to be enjoyable, educational and fun for everyone. There are multiple ways to contribute:
53+
## License
4054

41-
1. Help with documentation. Great documentation is a key.
42-
2. Submitting bug fixes or grammar fixes.
43-
3. Adding unit or functional tests.
44-
4. Adding new ideas to include into Product Stack.
45-
5. Implementing new solutions, that will be used across many products.
46-
6. Helping answering questions in the github issues.
55+
Ship is released under the [MIT License](LICENSE).
4756

48-
Read more at the [contributor guide](./CONTRIBUTOR_GUIDE.md).
57+
## Contributing
4958

50-
Do you enjoy build great products just like we are? Join us!
59+
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
5160

5261
#### Contributors
5362

@@ -60,27 +69,4 @@ Do you enjoy build great products just like we are? Join us!
6069
7. Evgeny Leschev
6170
8. Nastya Kostukova
6271

63-
TODO: find a nice way to display all contributors, their activity, packages they contribute to and their stats
64-
65-
### Structure of the repository
66-
67-
Eventually we want to group solutions into logical groups, but since there is high probability of mistake. As we just starting we will keep things simple in the beginning and come up with a structure later on. For the moment every solution should just lie in his own folder and contain README.md with comprehensive description.
68-
69-
1. [Product Stack Ideas](./IDEAS.md)
70-
1. [Product Stack Solutions](./SOLUTIONS.md)
71-
72-
### Ship is based on Stack
73-
74-
👉 [Ship](https://github.com/paralect/ship) better products faster
75-
76-
Unstructured notes:
77-
78-
1. All product services start with a single command `./bin/start.sh` using docker-compose.
79-
2. All applications has linting tests configured in package.json and running in the Drone CI.
80-
3. Restful api has defined approach of writing integration/unit tests using mocha, sinon.
81-
4. Deployment and configuration of Drone CI using Ansible.
82-
5. Production, staging deployment pipeline declared and implemented using Drone CI.
83-
6. Server(s) configuration & deployment routines implemented using Ansible.
84-
7. Mainstream product consist MongoDB to s3 backups deployment routine.
85-
8. All applications already have Docker images declared for development and production environments.
86-
9. MongoDB migrations configuration
72+
TODO: find a nice way to display all contributors, their activity, packages they contribute to and their stats

0 commit comments

Comments
 (0)