ocftw / OSCVPass

OSCVPass (Open Source Contributor VIP Pass) 開源貢獻者快速通關計畫,是讓貢獻者提出近一年在開源領域貢獻的證明申請,申請核准後取得一年的 OSCVPass 資格後,可在合作的研討會活動參與取得回饋。
https://oscvpass.ocf.tw/
MIT License
7 stars 4 forks source link

建立 Pretalx 在 Azure #19

Open toomore opened 1 year ago

toomore commented 1 year ago

2023/07/24 - 2023/07/28 週目標,建立 Pretalx 在 Azure,並可以提出申請 OSCVPass 狀態。

Azure Instance:

登入後的操作

tmux ls 列出目前已建立的 session
tmux a 使用最近的 session
tmux 建立新的 session

Ctrl + a, s 切換 session
Ctrl + a, w 切換視窗
Ctrl + a, c 建立視窗
Ctrl + a, x 關閉視窗
Ctrl + a, d 跳出 tmux

使用某一這設定檔的 docker compose

# 測試版本
docker compose -f ./docker-compose.yml up

# 正式版本
docker compose -f ./docker-compose_prod.yml up
toomore commented 1 year ago

@ChAoSUnItY SSH Key 放入了,連線位置是 20.18.73.20,username azureuser

或是可以參考以下設定在 .ssh/config

Host ocf_oscvpass
    HostName 20.18.73.20
    User azureuser
    PubkeyAuthentication yes
    IdentityFile {path_of_your_private_key}
    IdentitiesOnly yes
toomore commented 1 year ago

@ChAoSUnItY 主機開成 Standard B2s (2 vcpus, 4 GiB memory) 下週再測試寄信好了。