-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71d2218
commit ca34f4a
Showing
14 changed files
with
79 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
/**/_site/ | ||
/**/.idea/ | ||
*.iml | ||
Gemfile.lock |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Installation guide for macOS | ||
============================ | ||
|
||
This guide is **only for Linux**. | ||
You can choose Windows or macOS guide [here](../). | ||
|
||
Follow the instructions even if you already have some of the software installed | ||
(including `/Users/YOUR_USERNAME/Java-Training`). You will not lose any previous `Projects` because this folder is not being erased. | ||
Although, you might want to backup `/home/YOUR_USERNAME/Java-Training` to e.g. `Documents` folder temporarily. | ||
All other files and subfolders of `/home/YOUR_USERNAME/Java-Training` will either stay intact or will be overwritten by a newer version of the software. | ||
|
||
|
||
|
||
<a id="detailni">Detail guide:</a> | ||
------------------------------------- | ||
|
||
1. Download the installation archive: [Java-Training.zip](https://github.com/czechitas/java-install/releases/download/2020-jaro/community/linux/Java-Training.tar.gz) | ||
|
||
2. Follow the video guide: | ||
|
||
<iframe width="768" height="460" | ||
src="https://www.youtube.com/embed/EC1er92kzec" | ||
frameborder="0" | ||
allowfullscreen></iframe> | ||
|
||
|
||
3. You can optionally clean up the Downloads folder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Instalační pokyny pro Linux | ||
=========================== | ||
|
||
Tyto pokyny jsou **výhradně pro Linux**. | ||
Instalaci pro macOS nebo Windows můžete vybrat [o složku výše](../). | ||
|
||
Pokud už jste instalaci na Java kurz někdy prováděly, | ||
nejspíš máte v `/home/VASE_UZIVATELSKE_JMENO/Java-Training/Projects` | ||
projekty z minula. Žádný strach, instalační skript nic nemaže. | ||
|
||
Pokud by kterýkoliv program, | ||
který si nainstalujete v rámci této instalace, | ||
nabízel update, prosím odmítněte to. | ||
Programy jsou přesně vybrané, aby spolu fungovaly, a jsou předkonfigurované. | ||
Updatované verze by ztratily konfiguraci a materiály z kurzu by nešly spustit. | ||
|
||
|
||
<a id="detailni">Detailní postup:</a> | ||
------------------------------------- | ||
|
||
1. Archív s instalací si stáhněte zde: [Java-Training.zip](https://github.com/czechitas/java-install/releases/download/2020-jaro/community/linux/Java-Training.tar.gz) | ||
|
||
2. Držte se tohoto video návodu: | ||
|
||
<iframe width="768" height="460" | ||
src="https://www.youtube.com/embed/EC1er92kzec" | ||
frameborder="0" | ||
allowfullscreen></iframe> | ||
|
||
|
||
3. Po instalaci si můžete uklidit složku Downloads. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins | ||
# gem 'wdm', '>= 0.1.0' if Gem.win_platform? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
title: JavaInstall-Web | ||
markdown: kramdown | ||
markdown: GFM | ||
|
||
plugins: | ||
- jekyll-redirect-from |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--- | ||
layout: default | ||
--- | ||
Instalační instrukce pro Java kurzy | ||
=================================== | ||
|
||
|