Giter Site home page Giter Site logo

vogellacompany / tutorials.technology Goto Github PK

View Code? Open in Web Editor NEW
11.0 8.0 11.0 17.03 MB

Tutorials from vogella.com in the category technology

License: Other

Java 39.41% Shell 1.38% HTML 18.33% Makefile 0.11% DIGITAL Command Language 0.86% Batchfile 0.07% Groovy 32.63% FreeMarker 2.00% XSLT 1.37% CSS 0.24% Python 2.93% Ruby 0.05% Dockerfile 0.62%

tutorials.technology's Introduction

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.

tutorials.technology's People

Contributors

vogella avatar jnerlich avatar simonscholz avatar fapdash avatar

Stargazers

Franjo Pehar avatar Felippe Cerreia avatar Price Smith avatar Bhavya Kamboj avatar Carlos Eduardo Olivieri avatar  avatar Roger Taracha avatar Marcel Huber avatar Rory Preddy avatar Tri Pham avatar Lon Miller avatar

Watchers

 avatar  avatar James Cloos avatar Jonas Hungershausen avatar Bertrax - vogella Jenkins user avatar  avatar  avatar  avatar

tutorials.technology's Issues

Add more infos to Git Submodule article

  • fix reference in Git/332_merge.adoc#L71
  • git submodule add https://github.com/chaconinc/DbConnector
  • initial setup & update:
    git submodule init
    git submodule update
    options:
    --remote: checkout latest commit instead of commit specified by superproject
    --recursive: init/update all subsubprojects recursively
    -j $number: update/download $number submodules at once
  • pull/fetch new commits of submodules too:
    git fetch --recurse-submodules
    git pull --recurse-submodules
  • git submodule foreach

How can we generalize the Gradle tutorial creation code?

I'm very impressed with your Gradle skills @SimonScholz

For example great to see that you have separated the code to create a template. As we plan to move all vogella tutorials to Asccidoc, how can this code be made reusable? Could we move it to a "real" Gradle plug-in and publish it on Maven Central / Bintray?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.