mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-03 17:33:31 -04:00
Git repository checkout sucessfull
This commit is contained in:
parent
99e41b8bbb
commit
cc8469c208
5 changed files with 39 additions and 15 deletions
scripts/windows/coco-dev-setup/batch
|
@ -7,4 +7,7 @@
|
||||||
\____/\___/ \__,_|\___| \____/\___/|_| |_| |_|_.__/ \__,_|\__|
|
\____/\___/ \__,_|\___| \____/\___/|_| |_| |_|_.__/ \__,_|\__|
|
||||||
|
|
||||||
======================================================================
|
======================================================================
|
||||||
Readme: Hello World!
|
|
||||||
|
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?
|
|
@ -18,15 +18,12 @@ IF EXIST "%PROGRAMFILES(X86)%" (
|
||||||
|
|
||||||
set "ZU-app=utilities\7za.exe"
|
set "ZU-app=utilities\7za.exe"
|
||||||
|
|
||||||
:: DEBUG:
|
|
||||||
:: + DEBUG FLOW OF PROGRAM
|
|
||||||
:: + DEBUG & GET GIT AUTOMATIC WORKING
|
|
||||||
|
|
||||||
:: TODO:
|
:: TODO:
|
||||||
:: + Write code to install vs if it's not yet installed on users pc
|
:: + Write code to install vs if it's not yet installed on users pc
|
||||||
:: + Write Tips...
|
:: + Write Tips...
|
||||||
:: + Write Git Checkout repository code:
|
:: + Write Git Checkout repository code:
|
||||||
:: 1) Let user specify destination
|
:: 1) Let user specify destination
|
||||||
|
:: 3) Let user specify his username etc...
|
||||||
:: 2) do a git clone with the git application
|
:: 2) do a git clone with the git application
|
||||||
:: + Configuraton and installation checklist:
|
:: + Configuraton and installation checklist:
|
||||||
:: 1) ... ?!
|
:: 1) ... ?!
|
||||||
|
@ -238,8 +235,19 @@ goto END
|
||||||
|
|
||||||
set "PATH=%PATH%;%git_exe_path%\bin;%git_exe_path%\cmd" /M
|
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
|
call:user_set_git_repository
|
||||||
goto git_rep_checkout_auto
|
goto:eof
|
||||||
|
|
||||||
:user_set_git_repository
|
:user_set_git_repository
|
||||||
call:get_lw word 32
|
call:get_lw word 32
|
||||||
|
@ -257,7 +265,7 @@ goto:eof
|
||||||
goto:eof
|
goto:eof
|
||||||
|
|
||||||
:git_rep_checkout_auto
|
: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
|
goto:git_repo_configuration
|
||||||
|
|
||||||
:git_repo_configuration
|
:git_repo_configuration
|
||||||
|
@ -290,7 +298,6 @@ goto END
|
||||||
:clean_up
|
:clean_up
|
||||||
call:log_lw_sse 23
|
call:log_lw_sse 23
|
||||||
rmdir %temp-dir% /s /q
|
rmdir %temp-dir% /s /q
|
||||||
PAUSE
|
|
||||||
goto END
|
goto END
|
||||||
|
|
||||||
:: ============================ INSTALL SOFTWARE FUNCTIONS ======================
|
:: ============================ INSTALL SOFTWARE FUNCTIONS ======================
|
||||||
|
@ -488,5 +495,7 @@ goto:eof
|
||||||
:: ============================== EOF ====================================
|
:: ============================== EOF ====================================
|
||||||
|
|
||||||
:END
|
:END
|
||||||
set /p input="You can close this window now..."
|
exit
|
||||||
|
goto:eof
|
||||||
|
|
||||||
endlocal
|
endlocal
|
|
@ -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
|
Type: git clone https://github.com/codecombat/codecombat.git aPath
|
||||||
Note: replace aPath with the destination of your git repository
|
Note: replace aPath with the destination of your git repository
|
||||||
Close the git application and go back to this CMD window
|
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...
|
The path you entered already exists, please try again...
|
||||||
Good Job, we're almost there...
|
Good Job, we're almost there...
|
||||||
Started the configuration of your git repository...
|
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:
|
|
@ -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
|
Type: git clone https://github.com/codecombat/codecombat.git aPath
|
||||||
Note: replace aPath with the destination of your git repository
|
Note: replace aPath with the destination of your git repository
|
||||||
Close the git application and go back to this CMD window
|
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...
|
The path you entered already exists, please try again...
|
||||||
Good Job, we're almost there...
|
Good Job, we're almost there...
|
||||||
Started the configuration of your git repository...
|
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:
|
|
@ -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
|
Type: git clone https://github.com/codecombat/codecombat.git aPath
|
||||||
Note: replace aPath with the destination of your git repository
|
Note: replace aPath with the destination of your git repository
|
||||||
Close the git application and go back to this CMD window
|
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...
|
The path you entered already exists, please try again...
|
||||||
Good Job, we're almost there...
|
Good Job, we're almost there...
|
||||||
Started the configuration of your git repository...
|
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:
|
Loading…
Add table
Add a link
Reference in a new issue