Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerb3 authored Jan 24, 2018
1 parent ad0d070 commit 1861a41
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# observeit
observeit test

when i commit and push the GIT data where html and pyton script is


in the git server: (for example our puppet linux)

script /git/puppet.git/hooks/post-receive

#it will call script: web-post-receive.sh


web-post-receive.sh : will kill process, then copy new data (html) and start flask service






if its windows


net stop WAS

xcopy *.* C:\inetpub\wwwroot\ /y /r /c

net start WAS

#or:

Start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Security;IIS-RequestFiltering;IIS-HttpCompressionStatic;IIS-WebServerManagementTools;IIS-ManagementConsole;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI

0 comments on commit 1861a41

Please sign in to comment.