ข้ามไปที่เนื้อหาหลัก

ติดตั้ง ใช้งาน WordPress บน Ubuntu Server 12.04 LTS อย่างง่ายๆ

Wordpress เป็น Open Source สำหรับการบริหารจัดการเนื้อหาบนเว็บไซต์ ที่เป็นที่นิยมอย่างมาก เพราะติดตั้งง่ายๆ ใช้งาน จึงเหมาะสำหรับผู้เริ่มใช้งาน เพื่อทำเว็บไซต์ที่เป็นบล๊อก สำหรับการติตั้งอัตโนมัต

Step 1. ติดตั้ง LAMP server บน ubuntu server ส่วนใหญ่จะได้รับการติดตั้งแล้ว Apache, mysql ถ้ายังไม่ติดตั้งก็ใช้คำสั่ง ดังนี้ sudo apt-get install lamp-server แล้วทำการคอนฟิกค่าตั้งจะไม่ขอกล่าวในนี้
Step 2. โหลด Wordpress มาติดตั้ง แล้วทำการติดตั้ง ด้วยคำสังนี้ sudo apt-get install wordpress
Step 3. ใช้คำสั่งดังต่อไปนี้ sudo ln -s /usr/share/wordpress /var/www/wordpress
Step 4. พิมพ์คำสั่ง sudo bash /usr/share/doc/wordpress/examples/setup-mysql -n wordpress localhost และ sudo bash /usr/share/doc/wordpress/examples/setup-mysql -n
Step 5. พิมพ์คำสั่ง chown -R www-data /usr/share/wordpress

 สำหรับการติดตั้งเอง
 $sudo -i wget -O wordpress.tar.gz http://wordpress.org/latest.tar.gz
 $tar -zxvf wordpress.tar.gz cd wordpress
$cp -R wordpress /var/www chown -R www-data /var/www/wordpress

$mysql -u root -p

mysql>CREATE DATABASE dbwordpress;
mysql>CREATE USER wordpressuser;
mysql>SET PASSWORD FOR wordpressuser = PASSWORD("wppassword");
mysql>GRANT ALL PRIVILEGES ON dbwordpress.* TO wordpressuser@localhost IDENTIFIED BY ‘wppassword’;
mysql>FLUSH PRIVILEGES;
เป็นอันเสร็จสินการติดตั้งใช้ได้ โดย เปิด browser พิมพ์ localhost/wordpress

ความคิดเห็น

โพสต์ยอดนิยมจากบล็อกนี้

SaaS API-Base Definition, Benefits, Challenges, Problems and Goal for Innovation

What is an Application Programming Interface? API is a set of protocols, standards, and tools that allow two or more software applications to connect and share specific data. API  What is API-Base Saas? API-based SaaS is a software application hosted in the cloud. Users and other programs can access the software’s features, data, and functions via an API instead of a user interface. API refers to the software delivery model as a SaaS Application's functionalist and features are exposed and made to customers through APIs. This combination of the business model of technology on a cloud-base.   This is an integration Service on the cloud provider The Benefits of API-Base SaaS User Experience  Simplifies Development  Increases Accessibility Flexible and Scalable  The Challenges of API-Base SaaS Startup Performance  Integration  Security Pricing What’s The Difference Between SaaS And An API? RPC APIs.  WebSocket APIs. SOAP APIs. REST APIs. The Too...

Interactive เทคโนโลยีเชิงโต้ตอบเปลี่ยนโลกเข้าสู่ยุค Metaverse

เทคโนโลยี Interactive คืออะไร คำนิยามของ เทคโนโลยี Interactive ที่สร้างและพัฒนาขึ้นสำหรับโปรแกรมหรือแอพลิเคชั่นที่เป็น Real-Time เรียกง่ายๆว่า Real-Time Programming (RTP) โดยเน้นไปยังผู้ใช้หรือมนุษย์นั้นเอง จะประกอบไปด้วย 2 องค์ประกอบ คือ ส่วนแรก เทคโนโลยี Interactive เข้าทำการเปลี่ยนแปลรูปร่าง ขนาด และรูปแบบ ซึ่งมาจาก web service อุปกรณ์ sensor ผ่านคอมพิวเตอร์ และมือถือ เป็นผสมผสานระหว่างระบบดิจิทัลและแอนนาล๊อกเข้าด้วยกัน ผ่านปุ่ม สไลด์เดอร์ หรือสวิทซ์ เพื่อการควบคุมในส่วนควบคุมทั้งหมด ที่เรียกว่า Control panel  ส่วนที่ 2  แอพลิเคชั่นที่ทำงานแบบ Real Time Application ถูกออกแบบในแนวคิดหลักของเทคโนโลยี Real Time  อ้างอิง https://interactiveimmersive.io/blog/beginner/02-interactive-technology/ เทคโนโลยีเชิงโต้ตอบที่เน้นการสร้างต้นแบบที่เร็วขึ้น มีประโยชน์อย่างมากในแอปพลิเคชันและประสบการณ์การสร้างต้นแบบ  ประเภทของเทคโนโลยี Interactive  มี 6 ประเภท 1. IoT เป็นแนวคิดจะเปลี่ยนบริการทุกบริการให้อยู่บนเครือข่ายอินเทอร์เน็ต และสามารถเชื่อมต่อเข้ากับแอพลิเคชั่นทุกแอ...