Important Announcement
PubHTML5 Scheduled Server Maintenance on (GMT) Sunday, June 26th, 2:00 am - 8:00 am.
PubHTML5 site will be inoperative during the times indicated!

Home Explore การเตรียมเครื่องมือสำหรับอบรม_dotnet5_with_angular12

การเตรียมเครื่องมือสำหรับอบรม_dotnet5_with_angular12

Published by thanapontee, 2021-12-06 10:30:08

Description: การเตรียมเครื่องมือสำหรับอบรม_dotnet5_with_angular12

Search

Read the Text Version

การกาหนด 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 | สถาบนั ไอทจี ีเนยี ส


Like this book? You can publish your book online for free in a few minutes!
Create your own flipbook