Added a small explenation at the end of the installation on how to start the coco-dev environment.

This commit is contained in:
Glen De Cauwsemaecker 2014-03-26 21:51:46 +01:00
parent d393c8cce4
commit 1fb1ea82c8
3 changed files with 33 additions and 2 deletions
scripts/windows/coco-dev-setup/batch
localisation
scripts

View file

@ -47,4 +47,11 @@
[end]
succesfull=The setup of the CodeCombat Dev. Environment was succesfull.
thankyou=Thank you already for your contribution and see you soon.
readme=Do you want to read the README for more information?
readme=Do you want to read the README for more information?
[start]
1=From now on you can start the dev. environment at
2=the touch of a single mouse click.
3= 1) Just double click
4=and let the environment start up.
5= 2) Now just open 'localhost:3000' in your prefered browser.
6=That's it, you're now ready to start working on CodeCombat!

View file

@ -47,4 +47,11 @@
[end]
succesfull=De installatie van de CodeCombat-Ontwikkelings omgeving was succesvol.
thankyou=Alvast bedankt voor al je werk en tot binnenkort.
readme=Wil je de LEESMIJ lezen voor meer informatie?
readme=Wil je de LEESMIJ lezen voor meer informatie?
[start]
1=Vanaf nu kan je de ontwikkelings omgeving opstarten
2=met het gemak van een enkele muisklik.
3= 1) Dubbelklik op
4=en laat de omgeving opstarten.
5= 2) Nu kan je 'localhost:3000' openen in je browser naar voorkeur.
6=Dat is het, je bent nu klaar om te starten met je werk aan CodeCombat.

View file

@ -38,6 +38,23 @@ echo %end_thankyou%
call print_dashed_seperator
call get_local_text start-1
call get_local_text start-2
call get_local_text start-3
call get_local_text start-4
call get_local_text start-5
call get_local_text start-6
echo !start_1!
echo !start_2!
echo.
echo !start_3! '!repository_path!\coco\SCOCODE.bat' !start_4!
echo !start_5!
echo.
echo !start_6!
call print_dashed_seperator
call get_local_text end-readme
call ask_question "!end_readme!"