Coder Social home page Coder Social logo

manuelver / formacion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prefapp/formacion

0.0 0.0 0.0 17.82 MB

Formación de Prefapp en tecnologías cloud: Docker, helm, kubernetes, terraform, etc

Shell 2.85% JavaScript 4.70% CSS 71.23% Makefile 0.07% HTML 20.21% Smarty 0.85% Dockerfile 0.09%

formacion's Introduction

Late Motiv

This image is designed for specific use with Docsify.

Its use is limited to the documentary composition of teaching.

Preamble

This project is intended to provide a simple tool for creating Prefapp internal training courses or just manuals.

Source Dockerfile

FROM node:alpine
MAINTAINER "Gustavo Esteban Borragán <[email protected]>"

LABEL docker_docsify_version_major="1" \
      docker_docsify_version_minor="0" \
      docker_docsify_version_patch="0" \
      docker_docsify_version_revision="1" \
      docker_docsify_version="1.0.0.1"

RUN npm install -g docsify-cli@latest && \
    mkdir -p /usr/local/docsify

ENV DEBUG 0 \
    PORT 3000 \
    DOCSIFY_VERSION latest \
    NODE_VERSION alpine

EXPOSE 3000

WORKDIR /usr/local/docsify

ENTRYPOINT [ "docsify", "serve", "--port", "3000" ]

CMD [ "." ]

Create a course

Image build or Image pull

docker build -t curso:base .

OR

docker pull gustavoesteban/curso:base

Run instance

mv ./curso-base <PATH_PROJECT>/docs
docker run -d \
          -p <PORT>:3000 \
          -v <PATH_PROJECT>/docs:/usr/local/docsify \
          gustavoesteban/curso:base

Implementation

Markdown sintax

Markdown Chear Sheet

Fill the values and replace the placeholders

  • Cover [_coverpage.md]

    • Replace the image in [_media/icon.png]
    • Link the repo
    • Link "Empezar" to the first header "#" in the README.md
    • Change principla domain (launcher) (Plataforma(https://domain.com))
    • Select background color
  • Sidebar [_sidebar.md]

    • Cascade referral link system
  • Media

  • Add the resources in _media

  • Required: icon.ico

  • Lessons

    • Follow the scheme of the chapters
      • 01_chapter
      • 02_chapter
      • 03_chapter
      • ...

Enjoy ^_^

formacion's People

Contributors

gustavoborragan avatar pablosanchezpaz avatar albertofemenias avatar frmadem avatar tonirvega avatar jcframil avatar manuelver avatar yvidalv avatar jalvarezit avatar kastras avatar juanjosevazquezgil avatar a-gos avatar

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.