How to Install EspoCRM on Windows 10
EspoCRM is an open-source CRM software designed for small to medium-sized businesses. In this tutorial, we will guide you on how to install EspoCRM on your Windows 10 machine.
Requirements
Before getting started, make sure that your system meets the following requirements:
- Windows 10 (64-bit)
- XAMPP (version 7.3.+) or WAMP (version 3.2.3+)
- EspoCRM installation package
Step 1: Install XAMPP or WAMP
To use EspoCRM on Windows, you will need to install a local server environment. You can use either XAMPP or WAMP for this purpose. Here are the steps to install XAMPP:
- Download the XAMPP installer from the official website.
- Run the installer and follow the on-screen instructions to complete the installation.
- After the installation, launch the XAMPP control panel and start the Apache and MySQL modules.
If you prefer to use WAMP, follow the same steps to install WAMP instead.
Step 2: Download EspoCRM
Once you have installed XAMPP or WAMP, download the latest version of EspoCRM from the official website. Extract the downloaded package to the htdocs directory of your XAMPP or WAMP installation.
You should now have a folder named espo (or similar) located in C:\xampp\htdocs\ or C:\wamp64\www\ (depending on your installation location).
Step 3: Create MySQL Database for EspoCRM
EspoCRM requires a MySQL database to store its data. Here are the steps to create a new database:
- Launch your preferred web browser and go to
http://localhost/phpmyadmin. - Log in using your MySQL username and password (usually
rootand blank, respectively). - Click on the
Newbutton in the left sidebar to create a new database. - Enter a name for your database (e.g.
espocrm) and click on theCreatebutton.
Step 4: Install EspoCRM
To install EspoCRM, follow these steps:
- Launch your preferred web browser and navigate to
http://localhost/espo. - Follow the on-screen instructions to complete the installation process.
- On the
Database Configurationpage, enter the database name (espocrm), MySQL username (root) and password (blank). - Click on the
Start Installationbutton to begin the installation process. - On the
Setup Administrator Accountpage, enter your desired username, password and email address. - Click on the
Continuebutton to complete the installation process.
Congratulations! You have successfully installed EspoCRM on your Windows 10 machine using XAMPP or WAMP. You can now log in to your EspoCRM instance by navigating to http://localhost/espo in your web browser.