Skip to content

vogellacompany/tutorials.technology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technology tutorials from vogella.com

Contributions

We gladly and thankfully accept pull requests to improve the content of our tutorials. See Contributing to this repo for the legal details.

How to build

In the root directory the following commands can be used to build different outputs.

// create HTML 5
./gradlew cH

// create PDF
./gradlew cP

// create EPub 3
./gradlew cE

// create All (HTML 5, PDF, EPub 3)
./gradlew cA

Alternativly the command can be changed to:

/gradlew -t xx

this will triger an automatical run of the command once a change is saved in the adoc files.

If these commands are run in the root directory all subprojects will be build.

Tip
Single subprojects can be build when navigating into a subproject and for example run ../gradlew cH
Note
On Windows OS ./gradlew.bat must be used
See CSS tutorial

Create a new tutorial

  1. Create a new project(a sub-directory) in the root directory

  2. Add the new project to the settings.gradle file (include '{newProjectName}')

  3. Open new project in terminal and run ../gradlew cT to run the createTemplate task

Publish HTML task for Jenkins

Currently the jenkins build server is used to copy the HTML tutorials from an '/output' folder to the actual webserver, therefore the publishHtml task can be used to create the HTML Tutorials and copy the HTML tutorials to a '/asciidocOutput' folder.

About

Tutorials from vogella.com in the category technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published