Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
adding new scripts andn slide deck
Browse files Browse the repository at this point in the history
  • Loading branch information
grabnerandi committed Nov 2, 2017
1 parent ce116bb commit f1658f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added AWSTutorial.pptx
Binary file not shown.
2 changes: 2 additions & 0 deletions NodeJSBeanStalkSample/launch.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set DT_TAGS=Env=AWS Service=BeanStalkSample
node app.js
8 changes: 8 additions & 0 deletions TestingScripts/win_beanstalk.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
REM this script will run in an infinite loop and executes the nodejs phantom js script
REM make sure to set the following environment variables: PHANTOMHOME, NODEJSURL
set PHANTOMHOME=C:\phantomjs\phantomjs-2.1.1-windows\bin
set NODEJSURL=http://custom-env.ub2cp9hmpy.us-west-2.elasticbeanstalk.com/

:again
%PHANTOMHOME%/phantomjs nodejsbeanstalktest.js %NODEJSURL%
goto again

0 comments on commit f1658f7

Please sign in to comment.