Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .template.config/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a readme file that explains how to download, install, and execute the template, please?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"$schema": "http://json.schemastore.org/template",
"author": "Hightech Group",
"classifications": [
"Web"
],
"identity": "Force",
"name": "Force",
"shortName": "Force",
"tags": {
"language": "C#",
"type": "solution"
}
}
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,16 @@ Start graylog server with command
Open http://localhost:9000/, authorize and go to System/Inputs/Select input/GELF TCP and press Launch new input and set 0.0.0.0 to Bind address field and 12201 to Port field.

Now graylog prepare to get logs from WebApp.

## Use Force as a dotnet new template

Clone this repository. Open repository directory in CMD (you should open directory with .template.config). Run command

dotnet new install .

This command will save this template on your machine. Later you can create a new solution with this template by command

dotnet new ForceWebApp

Be sure that your directory doesn't contain any useless directories like .git or bin/Debug etc when you run install command otherwise they will be installed as part of the template.