Skip to content

Commit 9f6314a

Browse files
authored
Update README.md
1 parent bec60b7 commit 9f6314a

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
A C++ service that uses [userver framework](https://github.com/userver-framework/userver) with PostgreSQL. See [the article (ru)](https://habr.com/ru/companies/yandex/articles/894294/) for in depth description.
77

88

9-
## Download and Build
10-
11-
To create your own userver-based service follow the following steps:
12-
13-
1. Press the green "Use this template button" at the top of this github page
14-
2. Clone the service `git clone your-service-repo && cd your-service-repo`
15-
3. Give a propper name to your service and replace all the occurences of "upastebin" string with that name
16-
(could be done via `find . -not -path "./third_party/*" -not -path ".git/*" -not -path './build_*' -type f | xargs sed -i 's/upastebin/YOUR_SERVICE_NAME/g'`).
17-
4. Feel free to tweak, adjust or fully rewrite the source code of your service.
18-
19-
209
## Makefile
2110

2211
Makefile contains typicaly useful targets for development:
@@ -41,10 +30,3 @@ Makefile contains typicaly useful targets for development:
4130
* `make docker-clean-data` - stop docker containers and clean database data
4231

4332
Edit `Makefile.local` to change the default configuration and build options.
44-
45-
46-
## License
47-
48-
The original template is distributed under the [Apache-2.0 License](https://github.com/userver-framework/userver/blob/develop/LICENSE)
49-
and [CLA](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Services based on the template may change
50-
the license and CLA.

0 commit comments

Comments
 (0)