การกาหนด Path ของ PostgreSQL ให้กบั Windows 5. เปิด Comand prompt ขึน้ มาแล้วปอ้ นคาส่ังเชอ่ื มตอ่ ฐานขอ้ มูล PostgreSQL ดังน้ี psql –U postgres
การกาหนด Path ของ PostgreSQL ใหก้ บั Windows 6. ทดสอบป้อนคาสั่ง \\l เพือ่ เรยี กดูฐานขอ้ มลู ที่มากบั PostgreSQL
ตดิ ต้งั MongoDB
System Requirements 4.4.x • Windows Server 2019 • macOS 10.13 or later • Windows 10 / Windows Server 2016 • Xcode Command-Lind Tools • 64-bit version only • Homebrew https://docs.mongodb.com/v4.4/tutorial/install-mongodb-on-windows www.itgenius.co.th | 02-570-8449 IT Genius Engineering | สถาบนั ไอทีจเี นยี ส
System Requirements 4.2.x • Windows Server 2019 • macOS 10.12 or later • Windows 10 / Windows Server 2016 • Xcode Command-Line Tools • Windows 8.1 / Windows Server 2012 R2 • Homebrew • Windows 8 / Windows Server 2012 • Windows 7 / Windows Server 2008 R2 • 64-bit version only https://docs.mongodb.com/v4.2/tutorial/install-mongodb-on-windows/ www.itgenius.co.th | 02-570-8449 IT Genius Engineering | สถาบนั ไอทจี เี นยี ส
สามารถเข้าไปดาวนโ์ หลดไดท้ ่ี https://www.mongodb.com/try/download/community ิตดต้ัง MongoDB
ตดิ ต้งั MongoDB
ตดิ ต้งั MongoDB
ตดิ ต้งั MongoDB
ตดิ ต้งั MongoDB
ตดิ ต้งั MongoDB
ตดิ ต้งั MongoDB
ตดิ ต้งั MongoDB
ตดิ ต้งั MongoDB
การตรวจสอบความเรยี บร้อย เปิด Command Prompt บน Windows หรอื Terminal บน Mac ข้นึ มาปอ้ นคาสั่งดงั น้ี MongDB mongo -version mongod --version
ติดต้ัง MongoDB www.itgenius.co.th | 02-933-0427 IT Genius Engineering | ไอทจี เี นยี ส
1. ตรวจสอบว่ามกี ารติดตง้ั Homebrew หรอื ยงั brew --version 2. หากยังไม่พบให้ตดิ ตง้ั Homebrew ก่อน /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\" 3. ตดิ ตั้ง Xcode command-line tools xcode-select --install 4. ติดต้ัง MongoDB 4.4 Community Edition brew tap mongodb/brew brew install [email protected] www.itgenius.co.th | 02-570-8449 IT Genius Engineering | สถาบนั ไอทจี เี นยี ส
5. ทดสอบรัน MongoDB IT Genius Engineering | สถาบันไอทีจีเนยี ส brew services start [email protected] 6. คาสั่งเรยี กดู service MongoDB ทร่ี นั อยู่ brew services list 7. ตรวจเช็คเวอร์ชั่นของ MongoDB mongo -version mongod --version 8. เรียกใชง้ านเชอื่ มตอ่ MongoDB mongo www.itgenius.co.th | 02-570-8449
9. หากไม่สามารถเช็คเวอร์ชนั่ และเรยี กใชง้ าน MongoDB ไดใ้ ห้เพมิ่ path ในไฟล์ .zshrc profile กอ่ นดังนี้ เปิดไฟล์ .zshrc ดว้ ย vim หรอื เปดิ ไฟล์ .zshrc ด้วย nano หรอื เปดิ ไฟล์ .zshrc ด้วย text editor vim ~/.zshrc nano ~/.zshrc open ~/.zshrc 10. เพิ่ม path ของ MongoDB ลงไปดา้ นล่างสดุ ของไฟลด์ งั นี้ # MongoDB Path export PATH=\"/usr/local/opt/[email protected]/bin\":$PATH 11. บนั ทกึ ไฟล์ .zshrc และทาการเช่ือมตอ่ MongoDB ใหมอ่ กี คร้ัง mongo www.itgenius.co.th | 02-570-8449 IT Genius Engineering | สถาบนั ไอทีจีเนียส
ตดิ ตั้ง Docker Desktop
System Requirements Windows Docker Engine 20.10.9 Docker Desktop 4.10 • Windows 10 64-bit: Pro 2004 (build 19041) or higher, or Enterprise or Education 1909 (build 18363) or higher. • For Windows 10 Home, see System requirements for WSL 2 backend. • Hyper-V and Containers Windows features must be enabled. • The following hardware prerequisites are required to successfully run Client Hyper- V on Windows 10: • 64 bit processor with Second Level Address Translation (SLAT) • 4GB system RAM • BIOS-level hardware virtualization support must be enabled in the BIOS settings https://docs.docker.com/desktop/windows/install/ www.itgenius.co.th | 02-570-8449 IT Genius Engineering | สถาบันไอทีจีเนยี ส
System Requirements Old Windows Windows 7/8 or Windows 10 Home Edition https://github.com/docker-archive/toolbox/releases IT Genius Engineering | สถาบันไอทีจีเนยี ส www.itgenius.co.th | 02-570-8449
ตดิ ตั้ง Docker Desktop
Download Docker Desktop for Windows https://hub.docker.com/editions/community/docker-ce-desktop-windows www.itgenius.co.th | 02-570-8449 IT Genius Engineering | สถาบนั ไอทจี ีเนยี ส
การตรวจสอบความเรยี บรอ้ ยของเครอ่ื งมอื ที่ติดตั้ง เปิด Command Prompt บน Windows หรอื Terminal บน Mac ขน้ึ มาป้อนคาสั่งดงั น้ี Docker docker --version VS Code code -v
ตดิ ตั้ง Docker Desktop
Download Docker Desktop for MacOS https://hub.docker.com/editions/community/docker-ce-desktop-mac www.itgenius.co.th | 02-570-8449 IT Genius Engineering | สถาบนั ไอทจี ีเนยี ส
Search
Read the Text Version
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127