jason liu
jason liu
NNovu
Created by Sanket Bhiwapurkar on 8/29/2024 in #💬│support
Error while running Novu on Local machine
can anybody show me the proper steps to configure and run it locally? thanks!
6 replies
NNovu
Created by Sanket Bhiwapurkar on 8/29/2024 in #💬│support
Error while running Novu on Local machine
hi guys. I am trying to install Novu in my local rocky linux VM. I follow the steps shown in the Novu official website and I show them here:
# Get the code
git clone --depth 1 https://github.com/novuhq/novu

# Go to the docker community folder
cd novu/docker/community

# Copy the example env file
cp .env.example .env

# Start Novu
docker-compose -f docker-compose.yml up
# Get the code
git clone --depth 1 https://github.com/novuhq/novu

# Go to the docker community folder
cd novu/docker/community

# Copy the example env file
cp .env.example .env

# Start Novu
docker-compose -f docker-compose.yml up
But it seems it fails to work. there are mongo AVX errors and relic related errors in the console. when i try to access 4200 port, it fails to sign up and dev tool shows CORS errors.
6 replies