Skip to content

Commit

Permalink
Add release instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Feb 7, 2020
1 parent 820cc48 commit fb08a14
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# OmegaGraf
# OmegaGraf

OmegaGraf is an entirely open-source and containerized solution, configured and deployed through a simple web interface. In minutes, OmegaGraf provides dynamic dashboards, granular time series data, environment aggregation, alerting, and much more.

## Create a release

```
cd ui
npm install
npm run build
cd ..
dotnet build compose/compose.csproj /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary
dotnet publish compose/compose.csproj -c=Release -r=linux-x64 /property:GenerateFullPaths=true /property:PublishSingleFile=true /property:PublishTrimmed=true /consoleloggerparameters:NoSummary
```

0 comments on commit fb08a14

Please sign in to comment.