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
+13-2
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,22 @@ Here is a convenient list of steps to create a new application based on this tem
24
24
-`name`
25
25
-`description`
26
26
3. Update __application.yml__:
27
-
-`auth.jwt.publicKeyUrl` - URL to fetch the JWT verification key
28
-
4. Update __README.md__:
27
+
-`auth.jwt.publicKeyUrl` - URL to fetch the JWT verification key
28
+
4. Configure Codacy:
29
+
- Go to [Codacy Project Wizard](https://www.codacy.com/wizard/projects) and add your new repository.
30
+
5. Configure CircleCI:
31
+
- Go to [CircleCI Add Projects](https://circleci.com/add-projects/gh/overture-stack) and add your project.
32
+
- Go to CircleCI project settings and modify environment variables
33
+
- If not there, add new environment variable: `EGO_TEST_SERVER_KEY_URL` . This should store the URL used for `auth.jwt.publicKeyUrl` value in CircleCI tests.
34
+
6. Update __README.md__:
29
35
- Replace current README with template - __README.template.md__
30
36
- Remove template file
31
37
- Update Project name and description in new README
38
+
- Update Shields in Introduction section
39
+
- Codacy - Badge Markdown code can be found on Codacy project's settings page
40
+
- CircleCI - Build from example using github organization, project, and branch names
@@ -83,12 +88,12 @@ Application will run by default on port `1234`
83
88
Configure the port by changing `services.api.ports` in __docker-compose.yml__. Port 1234 was used by default so the value is easy to identify and change in the configuration file.
84
89
85
90
86
-
## Test
91
+
## Testing
87
92
TODO: Additional instructions for testing the application.
88
93
89
94
90
95
## API
91
96
TODO: API Reference with examples, or a link to a wiki or other documentation source.
0 commit comments