Skip to content
View siriokun's full-sized avatar

Organizations

@masagi @talentbandung
Block or Report

Block or report siriokun

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
siriokun/README.md

Rio Purnomo

Frontend Engineer with Fullstack experience for 15+ years with major in Visual Communication Design at UNIKOM and Technical Engineering at UNINUS.

Pinned

  1. DDEV + Colima DDEV + Colima
    1
    ```sh
    2
    brew install colima docker
    3
    colima start --cpu 4 --memory 4
    4
    # colima start (after computer restart)
    5
    # cd repo
  2. New Linux Setup New Linux Setup
    1
    0. Setup Docker
    2
    ```vim
    3
    sudo apt-get update
    4
    curl -fsSL https://get.docker.com -o get-docker.sh
    5
    sudo sh get-docker.sh
  3. fly.io for ghost fly.io for ghost
    1
    #
    2
    # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
    3
    #
    4
    
                  
    5
    app = "sitename"