- ติดตั้ง Linux Container (LDX, LXC) และการใช้งานนิดหน่อย
- สร้างและใช้งาน Container ที่ลง CentOS 7
- เตรียมและติดตั้ง OCS and OJS ใน Container CentOS 7
- ลง httpd, php, php-mysqlnd และ mariadb-server
- ดาวน์โหลด OCS และ OJS
- ปรับสิทธิ์การเข้าถึงไฟล์ และติดตั้งผ่านเว็บเบราว์เซอร์
- ตั้งค่า Reverse Proxy ที่ Ubuntu
ติดตั้ง Linux Ubuntu 18.04
ติดตั้ง Linux Container (LDX, LXC ใน Ubuntu 18.04)
ติดตั้ง Packages ผ่าน Snappy
1 | sudo snap install lxd |
1 | sudo lxd init |
Would you like to use LXD clustering? ( yes /no ) [default=no]:_ Do you want to configure a new storage pool? ( yes /no ) [default= yes ]:_ Name of the new storage pool [default=default]:_ Name of the storage backend to use (btrfs, ceph, dir , lvm, zfs) [default=zfs]:_ Create a new ZFS pool? ( yes /no ) [default= yes ]:_ Would you like to use an existing block device? ( yes /no ) [default=no]:_ Size in GB of the new loop device (1GB minimum) [default=15GB]: 10 Would you like to connect to a MAAS server? ( yes /no ) [default=no]:_ Would you like to create a new local network bridge? ( yes /no ) [default= yes ]:_ What should the new bridge be called? [default=lxdbr0]:_ What IPv4 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:_ What IPv6 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:_ Would you like LXD to be available over the network? ( yes /no ) [default=no]:_ Would you like stale cached images to be updated automatically? ( yes /no ) [default= yes ]:_ Would you like a YAML "lxd init" preseed to be printed? ( yes /no ) [default=no]:_ |