-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Toby edited this page Oct 6, 2022
·
2 revisions
Hello reader! Welcome to multi-email. There are two ways you can set up the project locally. The first method is done manually, and the second one is with docker. Let's do the manual way first:
- Latest Node js version
- Yarn installed (npm i -g yarn)
- Mongodb installed on local system
- .env file with all required variables (check environment variables mentioned below)
mkdir multi-email
cd multi-email
git clone https://github.com/MultiEmail/backend.git
cd backend
yarn install
yarn dev
yarn build
npm i -g .
multi-email-admin -e <email> -u <username> -p <password>
PSA: If you are using unix operating system than prefix all bash commands with sudo
- Docker is installed on your local system
-
.env
file with all required variables (check environment variables mentioned below)
docker compose --env-file ./.env up
docker compose --env-file ./.env up --build
docker ps