Git Product home page Git Product logo

responsitccl-1's Introduction

Jekyll Static Page

Folder apps merupakan web stastis (Jekyll Pages) yang di clone dari repo https://github.com/suhindra/suhindra.github.io

Dockerfile

Dockerfile ini digunakan untuk membangun image docker. Dockerfile tersebut menggunakan image ruby:latest dan berisi perintah-perintah yang perintah-perintah yang diperlukan untuk mengelola jekyll. Dockerfile ini juga sudah di push ke docker hub (suhindra/jekyll-container)

Docker Compose

Untuk docker-compose via docker-compose.yml,image untuk membuat container dari docker image (suhindra/jekyll-container:latest) volume untuk menunjukan diretory dari jekyll site saya, port untuk mengarahkan port host 4000 ke port container 4000 (4000:4000),

docker-compose.yml:

jekyll-container:
    image: suhindra/jekyll-container
    ports:
        - "4000:4000"
    volumes:
        - /var/www/html/suhindra.github.io:/code
    working_dir: /code   

Untuk menjalankan docker-compose:

alisancatur@alisancatur-Lenovo-Z40-75:~/jekyll-container$docker-compose up
Recreating jekyllcontainer_jekyll-container_1 ... 
Recreating jekyllcontainer_jekyll-container_1 ... done
Attaching to jekyllcontainer_jekyll-container_1
jekyll-container_1  | Configuration file: /code/_config.yml
jekyll-container_1  | Configuration file: /code/_config.yml
jekyll-container_1  |             Source: /code
jekyll-container_1  |        Destination: /code/_site
jekyll-container_1  |  Incremental build: disabled. Enable with --incremental
jekyll-container_1  |       Generating... 
jekyll-container_1  |                     done in 1.294 seconds.
jekyll-container_1  |  Auto-regeneration: enabled for '/code'
jekyll-container_1  | Configuration file: /code/_config.yml
jekyll-container_1  |     Server address: http://0.0.0.0:4000/
jekyll-container_1  |   Server running... press ctrl-c to stop.

Jika mengakses http://0.0.0.0:4000 di browser terlihat seperti akses jekyll page

Prestasi:

  1. Github Star Project 25 star: https://github.com/suhindra/CodeIgniter-Instagram-API
  2. Github Contribution(CodeIgniter): https://github.com/bcit-ci/CodeIgniter/pulls?q=is%3Apr+author%3Asuhindra+is%3Aclosed
  3. Collabolator: https://github.com/codeigniter-id/awesome-codeigniter, https://github.com/enlivenapp/Open-Blog-3

responsitccl-1's People

Contributors

suhindra avatar

Watchers

Fredi Apriliyanto 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.