🚀 Focused on Shopify theme and app development

5 Steps to Set Up a WordPress WooCommerce Store

Build Your Own Independent Online Store

Post on 2023-5-22Last edited 2026-2-3# 建站
😀
Build an E-commerce Website Starting with WooCommerce
 
Prerequisite: An LNMP or LAMP environment is already installed

📝 5 Steps

| Step 1: Download WordPress

 
Download the latest version directly https://wordpress.org/download/
 
notion image

| Step 2: Create your database in MySQL and ensure the user has update privileges

 
Create it via the command linecraeate datebase wordpress
 
For beginners, it’s recommended to use a database GUI tool navcat
notion image
 

| Step 3: Fill in the configuration information

 
copy wp-config-sample.php 并命名为wp-config.php
Via the command line cp wp-config-sample.php wp-config.php
 
至少更改以下配置信息
notion image
 

| Step 4: Upload the WordPress files to the designated directory on the server

 
1.Configure Nginx properly vim /etc/nginx/sites-available/域名.conf
 
2.Restart Nginx to apply the changes systemctl restart nginx.service
 

| Step 5: Run WordPress and follow the setup wizard step by step

 
notion image
 
After logging in, choose an e-commerce theme
notion image
 
Step 6 install wocommerce
notion image
 
setting wocemmerce
notion image
 
 
If you want to learn how to set up a Magento 2 store, you can refer to:https://learnku.com/articles/66785

🤗 Although it’s simple, you still need to be patient.

Reference Link
 
💡
For any questions about WordPress installation or usage, feel free to contact me and let’s discuss together~
 
Loading...