In this tutorial, we will guide you through the steps to install OXID eShop on Windows 10. Before starting, make sure your computer meets the following requirements:
Let's get started!
Open the Apache configuration file (httpd.conf) using a text editor.
Uncomment the following lines by removing the '#' symbol at the beginning of each line:
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule headers_module modules/mod_headers.so
Find the DocumentRoot
line and change it to:
DocumentRoot "C:/path/to/your/oxideshop"
Add the following lines after the DocumentRoot
line:
<Directory "C:/path/to/your/oxideshop">
AllowOverride All
</Directory>
Save the changes and restart Apache.
Open the MySQL command prompt.
Create a new database for OXID eShop by running the following command:
CREATE DATABASE dbname;
Replace 'dbname' with a name of your choice.
Create a new user with full access to the database by running the following command:
CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON dbname.* TO 'username'@'localhost';
Replace 'username' and 'password' with your desired username and password, respectively.
Exit the MySQL command prompt.
Open the command prompt and navigate to the folder where you extracted the OXID eShop ZIP file.
Run the following command to install the dependencies:
composer install
Open the command prompt and navigate to the folder where you extracted the OXID eShop ZIP file.
Run the following command to start the installation process:
vendor/bin/oe-console oe:instance:setup
Follow the prompts to configure your OXID eShop installation.
Congratulations, you have successfully installed OXID eShop on Windows 10!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!