Skip to content

Master repository for deployment of core components with Docker

Notifications You must be signed in to change notification settings

riptide-org/riptide

Repository files navigation

Riptide

This acts as a master repository for deploying Riptide.

Development Setup

git clone git@github.com:riptide-org/riptide.git --recursive
cd riptide

cp .example.dev.env .dev.env
nano .dev.env # Update port etc if you'd like

./dev.sh

Simple Production Deployment

git clone git@github.com:riptide-org/riptide.git --recursive
cd riptide

cp .example.env .env
nano .env # Update APP_HOST

docker-compose up

About

Master repository for deployment of core components with Docker

Resources

Stars

Watchers

Forks

Languages