I want to host PEPS, the mailing service, along with my django project on an Ubuntu 14.04 image
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
This tutorial will walk you through the process of installing PEPS step by step:
The details of how to run a Django project alongside PEPS are dependent on how you are deploying the project. I’d advise running them on separate Droplets in order to isolate the services from each other. Though if you want to run them on the same server, an Nginx reverse proxy would be the way to go. If you’re not already using one for your Django project, check out this tutorial as well: