How to Install eLabFTW on Windows 10
Introduction
eLabFTW is an open-source electronic laboratory notebook software that helps you manage and organize laboratory data. In this tutorial, we will guide you through the process of installing eLabFTW on Windows 10.
Prerequisites
Before installing eLabFTW, you need to have the following software installed on your system:
- XAMPP (version 7.2.0 or later)
- PHP (version 7.2.0 or later)
Step 1: Download eLabFTW
Visit the official eLabFTW website at https://www.elabftw.net and download the latest version of the software.
Step 2: Extract the eLabFTW Files
Extract the downloaded eLabFTW ZIP file to the htdocs directory of your XAMPP installation. By default, the htdocs directory is located at C:\xampp\htdocs.
Step 3: Create a MySQL Database
Open the XAMPP control panel and start Apache and MySQL. Then, open your web browser and go to http://localhost/phpmyadmin. Here, create a new database for eLabFTW.
Step 4: Configure eLabFTW
In the htdocs directory, locate the config.php.template file and rename it to config.php. Open the config.php file in a text editor and fill in your database details, such as the database name, username, and password. Save the changes.
Step 5: Install eLabFTW
Open your web browser and go to http://localhost/elabftw/install. Here, follow the on-screen instructions to install eLabFTW. Once the installation is complete, delete the install folder from the htdocs/elabftw directory.
Step 6: Access eLabFTW
Open your web browser and go to http://localhost/elabftw. Here, log in with the username and password you created during the installation process.
Congratulations, you have successfully installed eLabFTW on Windows 10.