Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 825 Bytes

File metadata and controls

19 lines (14 loc) · 825 Bytes

DLE-Global-Portal

Email Services

Additionally, these services are designed to use Platform One's P1PS server instead of a standard SMTP server. A good starting point if moving away from P1 P1 may be SMTP2Go.# Markdown syntax guide

Installing Python-Packages

Because this was built for a PartyBus deployment, the following code must be run in the root directory before you can build some systems:

python3 -m venv .cache/python-packages
.cache/python-packages/bin/pip install -r requirements.txt 

Installing node packages

Because this was built for a PartyBus deployment, the following code must be run in the root directory before you can build some systems:

npm install