Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建立 Pretalx 在 Azure #19

Open
7 of 8 tasks
toomore opened this issue Jul 25, 2023 · 2 comments
Open
7 of 8 tasks

建立 Pretalx 在 Azure #19

toomore opened this issue Jul 25, 2023 · 2 comments
Assignees

Comments

@toomore
Copy link
Collaborator

toomore commented Jul 25, 2023

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 toomore converted this from a draft issue Jul 25, 2023
@toomore toomore moved this from 🆕 New to 🏗 In progress in OSCVPass Project Jul 25, 2023
@toomore
Copy link
Collaborator Author

toomore commented Jul 25, 2023

@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
Copy link
Collaborator Author

toomore commented Aug 2, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants