Install Easy!Appointments - Appointment Scheduler System - on Windows

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=eV-yLzCwK8E



Duration: 0:00
303 views
6


#EasyAppointments #Scheduling #Windows

Full steps can be found at https://i12bretro.github.io/tutorials...

--------------------------------------------------------------------
What is Easy!Appointments?
--------------------------------------------------------------------
Easy!Appointments is a highly customizable web application that allows customers to book appointments with you via a sophisticated web interface. Moreover, it provides the ability to sync your data with Google Calendar so you can use them with other services. It is an open source project that you can download and install even for commercial use. Easy!Appointments will run smoothly with your existing website as it can be installed in a single folder of the server and of course share an existing database. - https://github.com/alextselegidis/eas...
 
--------------------------------------------------------------------
Installation
--------------------------------------------------------------------
   01. Download XAMPP  https://sourceforge.net/projects/xamp...
   02. Download Easy!Appointments  https://github.com/alextselegidis/eas...
   03. Download Microsoft Visual C++  https://aka.ms/vs/16/release/vc_redis...
   04. Install Microsoft Visual C++
   05. Right click the downloaded XAMPP file ≫ Extract All...
   06. Right click the downloaded Easy!Appointments.zip file ≫ Extract All...
   07. Rename the Extracted folder easyappointments (all lowercase)
   08. Cut the easyappointments folder inside the XAMPP/htdocs directory
   09. Create a copy of config-sample.php and name it config.php
   10. Edit config.php in a text editor making the following changes
   11. Scroll down to the const BASE_URL variable and set the value to the IP address or DNS name of the host
         const BASE_URL = 'http://≪%DNSorIP%≫/easyappointments';
         const DB_HOST = 'localhost';
         const DB_NAME = 'easy_appointments';
         const DB_USERNAME = 'easy_appointments_rw';
         const DB_PASSWORD = 'EasyAppo1ntm3nts';
   12. Save the changes to config.php and close the editor
   13. Navigate back to the Downloads directory and copy the extracted XAMPP directory to a safe location to run from, C:\Program Files for example
   14. Run XAMPP/setup_xampp.bat to update the configuration files with the new server location
   15. Back in File Explorer, run XAMPP/xampp-control.exe
   16. Click the Start buttons next to Apache and MySQL
   17. Navigate to XAMPP/mysql/bin
   18. Hold the SHIFT key and right click in the white space ≫ Open PowerShell window here...
   19. Run the following commands in the PowerShell window to setup the database
         .\mysql -u root
         CREATE DATABASE easy_appointments;
         GRANT ALL ON easy_appointments.* to 'easy_appointments_rw'@'localhost' IDENTIFIED BY 'EasyAppo1ntm3nts';
         FLUSH PRIVILEGES;
         EXIT;
         exit
 
--------------------------------------------------------------------
Easy!Appointments Web Installer
--------------------------------------------------------------------
   01. Open a web browser and navigate to http://DNSorIP/easyappointments
   02. The Easy!Appointments Installation web installer should be load
   03. Complete the Administrator and Company form fields ≫ Click Install Easy!Appointments
   04. Welcome to Easy!Appointments
 
Documentation:  https://lycheeorg.github.io/docs/#ins...
 


Connect with me and others ###
★ Discord:   / discord  
★ Reddit:   / i12bretro  
★ Twitter:   / i12bretro