mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Updated doc files for v1.3.2
This commit is contained in:
parent
0a3e31646f
commit
c68fe9fb0c
9 changed files with 10 additions and 10 deletions
|
@ -39,6 +39,6 @@ class Config {
|
|||
}
|
||||
```
|
||||
|
||||
*This document applies to Easy!Appointments v1.3.1.*
|
||||
*This document applies to Easy!Appointments v1.3.2.*
|
||||
|
||||
[Back](readme.md)
|
||||
|
|
|
@ -54,6 +54,6 @@ You get this warning because PHP is not configured with a timezone setting. This
|
|||
`date_default_timezone_set('America/Los_Angeles'); // Use your own timezone string.`
|
||||
|
||||
|
||||
*This document applies to Easy!Appointments v1.3.1.*
|
||||
*This document applies to Easy!Appointments v1.3.2.*
|
||||
|
||||
[Back](readme.md)
|
||||
|
|
|
@ -20,6 +20,6 @@ You are more than welcome to help with the translation progress of the user inte
|
|||
|
||||
It would be much appreciated if you would take 5 minutes of your time to fill this small form on your experience with Easy!Appointments. User feedback is very important and will help with the future planning of the project. Fill the [E!A Feedback Form](https://docs.google.com/forms/d/15dw1jl7lUgw4q-XXMn13Gx_e8zJxAiyWYMOdqtZqIHU/viewform).
|
||||
|
||||
*This document applies to Easy!Appointments v1.3.1.*
|
||||
*This document applies to Easy!Appointments v1.3.2.*
|
||||
|
||||
[Back](readme.md)
|
||||
|
|
|
@ -49,6 +49,6 @@ Google Developers – https://developers.google.com/google-apps/calendar
|
|||
|
||||
E!A Support Group – https://groups.google.com/forum/#!forum/easy-appointments
|
||||
|
||||
*This document applies to Easy!Appointments v1.3.1.*
|
||||
*This document applies to Easy!Appointments v1.3.2.*
|
||||
|
||||
[Back](readme.md)
|
||||
|
|
|
@ -8,7 +8,7 @@ Easy!Appointments is a web appointment scheduler that can be installed and run i
|
|||
### Installation
|
||||
There are 6 steps you must follow during the installation process.
|
||||
|
||||
1. **Make sure that your server has at least the following applications/tools installed: Apache(v2.4), PHP(v5.6) and MySQL(v5.5).** Easy!Appointments needs these programs to run. Most of the web hosting companies provide these tools within their Linux hosting plans. If you want to install Easy!Appointments on your local server use one of the pre-made bundles available on the web (XAMPP, MAMP, WAMP ...), all of which are free to use. If you plan to use the Google Calendar synchronization you will need the **php_curl** extension installed and enabled as well.
|
||||
1. **Make sure that your server has at least the following applications/tools installed: Apache(v2.4), PHP(v5.6) and MySQL(v5.7).** Easy!Appointments needs these programs to run. Most of the web hosting companies provide these tools within their Linux hosting plans. If you want to install Easy!Appointments on your local server use one of the pre-made bundles available on the web (XAMPP, MAMP, WAMP ...), all of which are free to use. If you plan to use the Google Calendar synchronization you will need the **php_curl** extension installed and enabled as well.
|
||||
2. **Create a new database (or use an existing one).** The database is necessary for storing the system data. Therefore your hosting plan must include at least one MySQL database. You must also get the database administration credentials because they will be needed later on.
|
||||
3. **Upload the Easy!Appointments source files to your server.** You can place the files into a directory with named "easyappointments" or "appointments" or "book" etc. Make sure that you mark the Easy!Appointments folder URL because it will be needed in the following step. For example if the system files are placed in the this directory ".../httpdocs/easyappointments/" then the URL to this folder will be "http://your-domain.com/easyappointments". This URL will be needed in the following steps.
|
||||
4. **Ensure that the "storage" directory is writable.** Session information, logs and any other kind of files will land into the "storage" directory so make sure that it has the correct permissions and that is writable.
|
||||
|
@ -29,6 +29,6 @@ Finally just add a link in your website that points to your Easy!Appointments in
|
|||
|
||||
Happy Bookin'!
|
||||
|
||||
*This document applies to Easy!Appointments v1.3.1.*
|
||||
*This document applies to Easy!Appointments v1.3.2.*
|
||||
|
||||
[Back](readme.md)
|
||||
|
|
|
@ -14,6 +14,6 @@ Easy!Appointments is based upon CodeIgniter (PHP Framework) and it uses its buil
|
|||
|
||||
Follow these steps in order to add or adjust your translations and modify the message of the user interface of Easy!Appointments. If you want contribute to the translation process of Easy!Appointments please read the [Get Involved](https://github.com/alextselegidis/easyappointments/wiki/Get-Involved!) wiki page for more information. Please share your translations with the user community.
|
||||
|
||||
*This document applies to Easy!Appointments v1.3.1.*
|
||||
*This document applies to Easy!Appointments v1.3.2.*
|
||||
|
||||
[Back](readme.md)
|
||||
|
|
|
@ -10,4 +10,4 @@ Welcome to the documentation pages of Easy!Appointments. Navigate through the av
|
|||
- [Docker](docker.md)
|
||||
- [FAQ](faq.md)
|
||||
|
||||
*This document applies to Easy!Appointments v1.3.1.*
|
||||
*This document applies to Easy!Appointments v1.3.2.*
|
||||
|
|
|
@ -443,6 +443,6 @@ fastcgi_param PHP_AUTH_PW $http_authorization;
|
|||
|
||||
[[Source]](http://serverfault.com/a/520943)
|
||||
|
||||
*This document applies to Easy!Appointments v1.3.1.*
|
||||
*This document applies to Easy!Appointments v1.3.2.*
|
||||
|
||||
[Back](readme.md)
|
||||
|
|
|
@ -16,6 +16,6 @@ Version v1.2 introduces two new folders in the root directory of the project, th
|
|||
|
||||
Many core files were changed in v1.1 and it would be better if you replace all the Easy!Appointments files of version 1.0 with the new ones. Use the data of the old `configuration.php` file in the new `config.php` and open the `http://url-to-ea-installation/index.php/backend/update` as already mentioned. Your new version should work just fine!
|
||||
|
||||
*This document applies to Easy!Appointments v1.3.1.*
|
||||
*This document applies to Easy!Appointments v1.3.2.*
|
||||
|
||||
[Back](readme.md)
|
||||
|
|
Loading…
Reference in a new issue