MaketRandevu/README.md

107 lines
4.0 KiB
Markdown
Raw Normal View History

2020-03-11 15:40:20 +03:00
<h1 align="center">
<br>
<a href="https://easyappointments.org">
2020-03-11 15:47:57 +03:00
<img src="https://raw.githubusercontent.com/alextselegidis/easyappointments/develop/docs/images/git-banner.png" alt="Easy!Appointments">
2020-03-11 15:40:20 +03:00
</a>
<br>
</h1>
2020-03-11 15:47:57 +03:00
<h3 align="center">
<img src="https://raw.githubusercontent.com/alextselegidis/easyappointments/develop/docs/images/logo.png" alt="Easy!Appointments" width="120">
<br>
Easy!Appointments
</h3>
<br>
2020-03-11 15:40:20 +03:00
<h4 align="center">
2020-03-11 15:47:57 +03:00
A powerful Open Source Web Scheduler that can be installed on your server.
2020-03-11 15:40:20 +03:00
</h4>
<p align="center">
<a href="#about">About</a>
<a href="#features">Features</a>
<a href="#setup">Setup</a>
<a href="#installation">Installation</a>
<a href="#license">License</a>
2020-03-11 15:47:57 +03:00
<a href="https://easyappointments.org" target="_blank">Website</a>
2020-03-11 15:40:20 +03:00
</p>
2020-03-11 15:47:57 +03:00
![banner](docs/images/logo.png)
2020-03-11 15:40:20 +03:00
## About
**Easy!Appointments** is a highly customizable web application that allows your customers to book appointments with you
via the web. 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 and you can download and install it **even for commercial use**.
Easy!Appointments will run smoothly with your existing websitSe, because it can be installed in a single folder of the
server and of course, both sites can share the same database.
## Features
2017-05-18 22:57:07 +03:00
The project was designed to be flexible and reliable so as to be able to meet the needs of any
2016-01-26 12:56:45 +02:00
kind of enterprise. You can read the main features of the system below:
2014-12-04 00:06:15 +02:00
* Full customers and appointments management.
* Services and service providers organization.
* Workflow and booking rules.
2014-12-04 00:06:15 +02:00
* Google Calendar synchronization.
* Email notifications system.
2020-03-11 15:40:20 +03:00
* Standalone installation.
* Translated user interface.
2020-03-11 15:40:20 +03:00
* User community support.
## Setup
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/)
(which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/alextselegidis/easyappointments.git
2014-12-04 00:06:15 +02:00
2020-03-11 15:40:20 +03:00
# Go into the repository
$ cd easyappointments
# Install dependencies
$ npm install
$ composer install
2020-03-11 15:47:57 +03:00
# Start the file watcher
2020-03-11 15:40:20 +03:00
$ npm start
```
Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
You can build the files by running the `npm run build` command. This will bundle everything to a `build` directory.
## Installation
2017-05-18 22:57:07 +03:00
Since Easy!Appointments is a web application, it runs on a web server and thus you will need to
2014-12-04 00:06:15 +02:00
perform the following steps in order to install the system on your server:
2018-02-28 22:16:32 +03:00
* Make sure that your server has Apache/Nginx, PHP and MySQL installed.
2020-03-11 15:40:20 +03:00
* Create a new database (or use an existing one).
2014-12-04 00:19:02 +02:00
* Copy the "easyappointments" source folder on your server.
2018-02-28 22:16:32 +03:00
* Make sure that the "storage" directory is writable.
2020-03-11 15:40:20 +03:00
* Rename the "config-sample.php" file to "config.php" and update its contents based on your environment.
* Open the browser on the Easy!Appointments URL and follow the installation guide.
That's it! You can now use Easy!Appointments at your will.
2014-12-04 00:06:15 +02:00
2020-03-11 15:40:20 +03:00
You will find the latest release at [easyappointments.org](https://easyappointments.org).
If you have problems installing or configuring the application visit the
[official support group](https://groups.google.com/forum/#!forum/easy-appointments).
You can also report problems on the [issues page](https://github.com/alextselegidis/easyappointments/issues)
and help the development progress.
2014-12-04 00:06:15 +02:00
2020-03-11 15:40:20 +03:00
## License
2017-05-18 22:57:07 +03:00
2020-03-11 15:40:20 +03:00
Code Licensed Under [GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) | Content Under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
2014-12-04 00:06:15 +02:00
2020-03-11 15:40:20 +03:00
---
2017-05-18 22:57:07 +03:00
2020-03-11 15:40:20 +03:00
> Website [alextselegidis.com](https://alextselegidis.com) &nbsp;&middot;&nbsp;
> GitHub [@alextselegidis](https://github.com/alextselegidis) &nbsp;&middot;&nbsp;
> Twitter [@alextselegidis](https://twitter.com/AlexTselegidis)