1.5 KiB
1.5 KiB
Development Environment - Geliştirici Ortamı
Geliştirme sürecinin sürekliliği ve bütünlüğü için:
- Önerilen IDE'ler:
- VSCode
- VSCodium
- Önerilen VSCode/Codium Eklentileri:
- Comment Anchors (
exodiusstudios.comment-anchors
)TODO
▶ Future TasksNEXT
▶ High Priority Tasks- settings.json dosyasına ekleyiniz (default, #12449f, file)
FILLME
▶ Reusable code block- settings.json dosyasına ekleyiniz (default, #A8C993, file)
FIXME
▶ Bug or errorNOTE
▶ Extra noteREVIEW
▶ This code block needs a reviewLINK
▶ Link to documentation/forum/information
- Go (
golang.go
)
- Comment Anchors (
- Önerilen Makine Düzeni:
- 1 adet Liderahenk sunucusu (Sanal)
- 1 adet Pardus + ahenk-go (Sanal/Fiziksel/Docker)
- 1 adet Windows + ahenk-go (Sanal/Fiziksel)
- 1 adet Debian + ahenk-go (Docker, .deb build için)
- 1 adet Pardus + ahenk (python) (Sanal,
opsiyonel
)
Creating Docker Development Environment
- Install and Create docker environment, Quick Start
- Pull docker image
docker pull asandikci/godeb
Or alternatively build Dockerfile with
docker build -t godeb:latest
code for lower data usage
- Create container from image and attach to container, an example:
docker run -it -d --name build1 asandikci/godeb:latest "bin/bash"
docker attach build1 --detach-keys "ctrl-k"