diff --git a/scripts/windows/coco-dev-setup/batch/config/info b/scripts/windows/coco-dev-setup/batch/config/info index 1d5b84cd0..b42a74484 100755 --- a/scripts/windows/coco-dev-setup/batch/config/info +++ b/scripts/windows/coco-dev-setup/batch/config/info @@ -7,4 +7,7 @@ \____/\___/ \__,_|\___| \____/\___/|_| |_| |_|_.__/ \__,_|\__| ====================================================================== - Readme: Hello World! \ No newline at end of file + +The installation of your CodeCombat Development Environment was succesfull! +You are now ready to start contributing and join our wonderfull community! +But where and how do you start your journey? \ No newline at end of file diff --git a/scripts/windows/coco-dev-setup/batch/dev-setup.bat b/scripts/windows/coco-dev-setup/batch/dev-setup.bat index 887681584..adbd37c87 100755 --- a/scripts/windows/coco-dev-setup/batch/dev-setup.bat +++ b/scripts/windows/coco-dev-setup/batch/dev-setup.bat @@ -18,15 +18,12 @@ IF EXIST "%PROGRAMFILES(X86)%" ( set "ZU-app=utilities\7za.exe" -:: DEBUG: - :: + DEBUG FLOW OF PROGRAM - :: + DEBUG & GET GIT AUTOMATIC WORKING - :: TODO: :: + Write code to install vs if it's not yet installed on users pc :: + Write Tips... :: + Write Git Checkout repository code: :: 1) Let user specify destination +:: 3) Let user specify his username etc... :: 2) do a git clone with the git application :: + Configuraton and installation checklist: :: 1) ... ?! @@ -238,8 +235,19 @@ goto END set "PATH=%PATH%;%git_exe_path%\bin;%git_exe_path%\cmd" /M + call:log_lw 36 + call:log_lw 37 + call:log_lw 38 + + call:draw_dss + + call:get_lw word 39 + set /p git_username="%word% " + + call:draw_dss + call:user_set_git_repository -goto git_rep_checkout_auto +goto:eof :user_set_git_repository call:get_lw word 32 @@ -257,7 +265,7 @@ goto:eof goto:eof :git_rep_checkout_auto - git clone https://github.com/codecombat/codecombat.git "%git_repository_path%" + git clone https://github.com/%git_username%/codecombat.git "%git_repository_path%" goto:git_repo_configuration :git_repo_configuration @@ -290,7 +298,6 @@ goto END :clean_up call:log_lw_sse 23 rmdir %temp-dir% /s /q - PAUSE goto END :: ============================ INSTALL SOFTWARE FUNCTIONS ====================== @@ -488,5 +495,7 @@ goto:eof :: ============================== EOF ==================================== :END - set /p input="You can close this window now..." + exit +goto:eof + endlocal \ No newline at end of file diff --git a/scripts/windows/coco-dev-setup/batch/localisation/en b/scripts/windows/coco-dev-setup/batch/localisation/en index 4be3977d1..66ef3a3de 100755 --- a/scripts/windows/coco-dev-setup/batch/localisation/en +++ b/scripts/windows/coco-dev-setup/batch/localisation/en @@ -30,7 +30,11 @@ You'll need to execute the following steps to continue the installation: Type: git clone https://github.com/codecombat/codecombat.git aPath Note: replace aPath with the destination of your git repository Close the git application and go back to this CMD window -Enter the full path where you cloned the repository to: +Enter the full path where you want to clone your repository to: The path you entered already exists, please try again... Good Job, we're almost there... -Started the configuration of your git repository... \ No newline at end of file +Started the configuration of your git repository... +You need a fork of the official CodeCombat... +Haven't you done that yet, really...? +Go over to https://github.com/codecombat/codecombat and do it now! +Now then... Please enter your github username: \ No newline at end of file diff --git a/scripts/windows/coco-dev-setup/batch/localisation/fr b/scripts/windows/coco-dev-setup/batch/localisation/fr index dbbe4ef6a..93ddec958 100755 --- a/scripts/windows/coco-dev-setup/batch/localisation/fr +++ b/scripts/windows/coco-dev-setup/batch/localisation/fr @@ -30,7 +30,11 @@ You'll need to execute the following steps to continue the installation: Type: git clone https://github.com/codecombat/codecombat.git aPath Note: replace aPath with the destination of your git repository Close the git application and go back to this CMD window -Enter the full path where you cloned the repository to: +Enter the full path where you want to clone your repository to: The path you entered already exists, please try again... Good Job, we're almost there... -Started the configuration of your git repository... \ No newline at end of file +Started the configuration of your git repository... +You need a fork of the official CodeCombat... +Haven't you done that yet, really...? +Go over to https://github.com/codecombat/codecombat and do it now! +Now then... Please enter your github username: \ No newline at end of file diff --git a/scripts/windows/coco-dev-setup/batch/localisation/nl b/scripts/windows/coco-dev-setup/batch/localisation/nl index 00ebe3370..62c3b532d 100755 --- a/scripts/windows/coco-dev-setup/batch/localisation/nl +++ b/scripts/windows/coco-dev-setup/batch/localisation/nl @@ -30,7 +30,11 @@ You'll need to execute the following steps to continue the installation: Type: git clone https://github.com/codecombat/codecombat.git aPath Note: replace aPath with the destination of your git repository Close the git application and go back to this CMD window -Enter the full path where you cloned the repository to: +Enter the full path where you want to clone your repository to: The path you entered already exists, please try again... Good Job, we're almost there... -Started the configuration of your git repository... \ No newline at end of file +Started the configuration of your git repository... +You need a fork of the official CodeCombat... +Haven't you done that yet, really...? +Go over to https://github.com/codecombat/codecombat and do it now! +Now then... Please enter your github username: \ No newline at end of file