Added to do list for the upcomming days
This commit is contained in:
parent
e6672972b3
commit
8ee70e530c
1 changed files with 12 additions and 7 deletions
|
@ -12,13 +12,18 @@ IF EXIST "%PROGRAMFILES(X86)%" (
|
||||||
set "curl-app=curl\32bit\curl.exe"
|
set "curl-app=curl\32bit\curl.exe"
|
||||||
)
|
)
|
||||||
|
|
||||||
:: TIPS
|
:: TODO:
|
||||||
:: + Ask user if he wants to install something
|
:: + Write unpack and move code for software like mongo-db
|
||||||
:: + Ask user to enter the path of the installed program (git, ...)
|
:: + Write code to install vs if it's not yet installed on users pc
|
||||||
|
:: + Write Git Checkout repository code:
|
||||||
:: TODO
|
:: 1) Let user specify destination
|
||||||
:: + Ask for all software if users wants to install it yes or no...
|
:: 2) do a git clone with the git application
|
||||||
:: + When user has git, or after git is installed, let him enter the path to the git exe
|
:: + Configuraton and installation checklist:
|
||||||
|
:: 1) ... ?!
|
||||||
|
:: + Copy the automated dev batch file to root folder
|
||||||
|
:: => Let user define mongo-db directory
|
||||||
|
:: + Start the dev environment
|
||||||
|
:: + Exit message and warn user that he can quit the window now
|
||||||
|
|
||||||
:: Create The Temporary Directory
|
:: Create The Temporary Directory
|
||||||
IF EXIST %temp-dir% rmdir %temp-dir% /s /q
|
IF EXIST %temp-dir% rmdir %temp-dir% /s /q
|
||||||
|
|
Reference in a new issue