version and notes update
parent
923e1bfa68
commit
6f8574bd43
|
@ -1,7 +1,7 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Import Project="dependencies.props" />
|
<Import Project="dependencies.props" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.0.0.0</Version>
|
<Version>1.0.0</Version>
|
||||||
<Authors>Tudor Stanciu</Authors>
|
<Authors>Tudor Stanciu</Authors>
|
||||||
<Company>STA</Company>
|
<Company>STA</Company>
|
||||||
<PackageTags>IdentityServer</PackageTags>
|
<PackageTags>IdentityServer</PackageTags>
|
||||||
|
|
21
Notes.txt
21
Notes.txt
|
@ -3,7 +3,7 @@ Publish:
|
||||||
dotnet publish --configuration Release --runtime win7-x64
|
dotnet publish --configuration Release --runtime win7-x64
|
||||||
|
|
||||||
Create windows service:
|
Create windows service:
|
||||||
sc create NetworkResurrector.Api binPath= "<path_to_the_service_executable>"
|
sc create IdentityServer.Api binPath= "<path_to_the_service_executable>"
|
||||||
#######################################################################################################################################################
|
#######################################################################################################################################################
|
||||||
|
|
||||||
#######################################################################################################################################################
|
#######################################################################################################################################################
|
||||||
|
@ -15,3 +15,22 @@ dotnet nuget push IdentityServer.Wrapper.1.0.1.nupkg -k ***REMOVED*** -s http://
|
||||||
|
|
||||||
TO DO:
|
TO DO:
|
||||||
- Cache for users
|
- Cache for users
|
||||||
|
|
||||||
|
#######################################################################################################################################################
|
||||||
|
Docker commands:
|
||||||
|
*****************
|
||||||
|
|
||||||
|
Create image:
|
||||||
|
--from solution folder:
|
||||||
|
docker image build -t "identity-server-api:1.0.0" -f "Chatbot.Api/Dockerfile" .docker
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#######################################################################################################################################################
|
||||||
|
|
||||||
|
Docker container last version: 1.0.0
|
||||||
|
##############################################################################################
|
Loading…
Reference in New Issue