Recommend
Most Views
Update GitLab CE
อัพเดต Repository เชคเวอร์ชั่น Gitlab ติดตั้ง GitLab ตามเวอร์ชั่นล่าสุด (xx.xx.x คือ เวอร์ชั่นที่จะติดตั้ง) ลบผู้ใช้งานที่ไม่มีกลุ่ม
Jenkins Pipeline
App Demohttp://gitlab.ztidev.com/teerakorn/jenkins-pipeline Preview:1. Pull source code2. Build docker image3. Push image to Docker registry4. Remote to Server5. Run docker image ขั้นตอนการสร้าง Jenkins Pipeline มีดังนี้ 2. Install Jenkins container 3. Install ‘SSH Agent Plugin’ plug-in Manage Jenkins > Plugins > Available plugins 4. Create Pipeline
คลังความรู้
การ Deploy Vue.js บน Apache2
การ Deploy web ที่เขียนด้วย vue.js ให้ build app ให้เรียบร้อยก่อน แล้วใส่ config .htaccessในส่วนของ server ให้รันผ่าน apache2 และเปิด mod_rewrite 2. Remote ไปยัง server และติดตั้ง apache2 จากนั้นเปิด mod_rewrite โดยพิมพ์คำสั่ง apt install apache2 -y sudo a2enmod rewrite 3. แก้ config ในไฟล์ /etc/apache2/apache2.conf โดยค้นหา /var/www…