platform/README.md

63 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2023-03-25 14:25:15 -05:00
<br />
<div align="center">
<a href="https://parcelvoy.com" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/assets/logo-dark.png#gh-dark-mode-only">
<img src=".github/assets/logo-light.png#gh-light-mode-only" width="360" alt="Logo"/>
</picture>
</a>
</div>
<h1 align="center">Open Source Multi-Channel Marketing</h1>
<p align="center">Engage your customers through effortless communication.</p>
<br />
2022-07-08 12:45:20 -05:00
2023-02-16 22:21:20 -06:00
## Features
2023-02-16 22:23:04 -06:00
- 💬 **Cross Channel Messaging** Send data-driven emails, push notifications and text messages.
2023-02-16 22:21:20 -06:00
- 🛣 **Journeys** Build complex journeys with our drag-and-drop builder to schedule, trigger and segment users.
- 👥 **Segmentation** Create dynamic lists to target users matching any event or user based criteria in real time.
- 📣 **Campaigns** Build campaigns that target specific lists of users and go out at pre-defined times.
- 🔗 **Integrations** Connect Parcelvoy to your applications using our easy to use SDKs and APIs.
2023-02-16 22:23:04 -06:00
- 🔒 **Secure** SSO (SAML/OpenID) is provided out of the box, no extra bolts or add-ons.
2023-02-16 22:21:20 -06:00
- 📦 **Open Source** Easy to setup and get running in your own cloud.
2022-07-08 12:45:20 -05:00
2023-06-03 21:40:13 -05:00
## 🚀 Deployment
2022-07-08 12:45:20 -05:00
2023-03-25 14:22:59 -05:00
You can run Parcelvoy locally or in the cloud easily using Docker.
2023-06-03 21:40:13 -05:00
### Render
You can do a one-click deploy on Render using the button below:
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/parcelvoy/platform)
2024-02-11 09:20:12 -06:00
Make sure to set the `BASE_URL` environment variable to the URL of the web server.
2023-06-03 21:40:13 -05:00
### Docker Compose
2023-03-25 14:25:15 -05:00
To get up and running quickly to try things out, copy our latest `docker-compose.yml` and `.env` file onto your machine and go!
2023-03-25 14:22:59 -05:00
```
mkdir parcelvoy && cd parcelvoy
wget https://raw.githubusercontent.com/parcelvoy/platform/master/{.env.example,docker-compose.yml}
2023-03-25 14:25:15 -05:00
mv .env.example .env
2023-03-25 14:22:59 -05:00
docker compose up -d # run the Docker container
```
2023-03-25 14:25:15 -05:00
Login to the web app at http://localhost:3000 by entering the default credentials found in the copied `.env` file.
2023-03-25 14:22:59 -05:00
```
AUTH_BASIC_EMAIL=test@parcelvoy.com
2023-03-25 14:22:59 -05:00
AUTH_BASIC_PASSWORD=password
```
2023-03-25 14:25:15 -05:00
**Note:** We would recommend changing these default credentials as well as your `APP_SECRET` before ever using Parcelvoy in production.
2023-03-25 14:22:59 -05:00
For full documentation on the platform and more information on deployment, check out our docs.
**[Explore the Docs »](https://docs.parcelvoy.com)**
2023-10-09 12:20:17 -05:00
### Contributing
You can report bugs, suggest features, or just say hi on [Github discussions](https://github.com/parcelvoy/platform/discussions/new/choose)