Git repository checkout sucessfull

This commit is contained in:
GlenDC 2014-02-05 23:52:44 +01:00
parent 99e41b8bbb
commit cc8469c208
5 changed files with 39 additions and 15 deletions
scripts/windows/coco-dev-setup/batch
config
dev-setup.bat
localisation

View file

@ -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?

View file

@ -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

View file

@ -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...
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:

View file

@ -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...
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:

View file

@ -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...
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: