/
Dependencies and configuration

Dependencies and configuration

If the server doesn’t have docker, you have to install it using this guide:
Ubuntu | Docker Docs

Also, you need to have a user with admin grants to use Docker and other functionalities.

You also will need open ports. to do it, use this:

3 sudo ufw allow 22/tcp 4 sudo ufw allow http 5 sudo ufw allow https 6 sudo ufw allow 27017 6 sudo ufw allow 3000

Related content