Installation
MineStoreCMS provides an easy-to-use installer that allows you to install webstore on your server with a few simple commands.
Introduction
To install MineStoreCMS on your server, follow the steps below. Before you begin, ensure that your server meets the requirements.
Recommended software for connecting to your server and installing MineStoreCMS:
- MobaXterm (Windows) / Terminal (macOS)
- Notepad++ (Windows) / Visual Studio Code (Windows, macOS, Linux)
Connect to Your VPS Server
You’ll need to connect to your VPS server via SSH. If you’re unfamiliar with the process, follow these steps:
- Open MobaXterm or Terminal.
- Click on the “Session” button located in the top left corner of the MobaXterm window.
- Click on the “SSH” button.
- Enter your server IP address in the “Remote host” field.
- Enter your server username in the “Username” field.
- Click on the “OK” button.
- Enter your server password when prompted.
- You are now connected to your server via SSH.
Installation Steps
To install MineStoreCMS on your VPS, simply run the following command in your terminal:
bash <(curl -s https://minestorecms.com/installer.sh)
The installer will guide you through the process. You will be asked to enter your license key, domain name, and other necessary details during the installation.
Post-Installation Steps
After the installation is complete, you need to fully restart your VPS server. You can do this by running the following command in your terminal:
reboot