mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Minor adjustments in README.md
This commit is contained in:
parent
59c0d7c671
commit
dfbae5a2c2
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ kind of enterprise. You can read the main features of the system below:
|
||||||
* Workflow and booking rules.
|
* Workflow and booking rules.
|
||||||
* Google Calendar synchronization.
|
* Google Calendar synchronization.
|
||||||
* Email notifications system.
|
* Email notifications system.
|
||||||
* Standalone installation (like WordPress, Joomla! and other web systems).
|
* Standalone installation (like WordPress, Drupal, Joomla and other web systems).
|
||||||
* Translated user interface.
|
* Translated user interface.
|
||||||
* User community support.
|
* User community support.
|
||||||
|
|
||||||
|
@ -31,10 +31,10 @@ kind of enterprise. You can read the main features of the system below:
|
||||||
Since Easy!Appointments is a web application, it runs on a web server and thus you will need to
|
Since Easy!Appointments is a web application, it runs on a web server and thus you will need to
|
||||||
perform the following steps in order to install the system on your server:
|
perform the following steps in order to install the system on your server:
|
||||||
|
|
||||||
* Make sure that your server has Apache, PHP and MySQL installed.
|
* Make sure that your server has Apache/Nginx, PHP and MySQL installed.
|
||||||
* Create a new database (or use an existing).
|
* Create a new database (or use an existing).
|
||||||
* Copy the "easyappointments" source folder on your server.
|
* Copy the "easyappointments" source folder on your server.
|
||||||
* Ensure that the "storage" directory is writable.
|
* Make sure that the "storage" directory is writable.
|
||||||
* Rename the "config-sample.php" file to "config.php" and set your server properties.
|
* Rename the "config-sample.php" file to "config.php" and set your server properties.
|
||||||
* Open your browser on the Easy!Appointments URL and follow the installation guide.
|
* Open your browser on the Easy!Appointments URL and follow the installation guide.
|
||||||
* That's it! You can now use Easy!Appointments at your will.
|
* That's it! You can now use Easy!Appointments at your will.
|
||||||
|
|
Loading…
Reference in a new issue