You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,6 @@
6
6
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.
7
7
8
8
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
-
20
9
## Makefile
21
10
22
11
Makefile contains typicaly useful targets for development:
0 commit comments