mirror of
https://github.com/imputnet/cobalt.git
synced 2025-08-10 14:38:27 +00:00
docs/run-an-instance: replace useless digitalocean links
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
This commit is contained in:
parent
ea3dc7e6a8
commit
d3ea80fdfe
@ -4,9 +4,9 @@ this tutorial will help you run your own cobalt processing instance. if your ins
|
||||
## using docker compose and package from github (recommended)
|
||||
to run the cobalt docker package, you need to have `docker` and `docker-compose` installed and configured.
|
||||
|
||||
if you need help with installing docker, follow *only the first step* of these tutorials by digitalocean:
|
||||
- [how to install docker](https://www.digitalocean.com/community/tutorial-collections/how-to-install-and-use-docker)
|
||||
- [how to install docker compose](https://www.digitalocean.com/community/tutorial-collections/how-to-install-docker-compose)
|
||||
if you need help with installing docker, you can find more information here:
|
||||
- [how to install docker](https://docs.docker.com/engine/install/)
|
||||
- [how to install docker compose](https://docs.docker.com/compose/install/)
|
||||
|
||||
## how to run a cobalt docker package:
|
||||
1. create a folder for cobalt config file, something like this:
|
||||
|
Loading…
Reference in New Issue
Block a user