Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
assets: bin/shakapacker-dev-server
executor: ../poseidon/poseidon
worker: bin/jobs
web: bin/rails s -p 7000
2 changes: 1 addition & 1 deletion bin/dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env ruby
exec "./bin/rails", "server", *ARGV
exec "overmind", "start", *ARGV
5 changes: 5 additions & 0 deletions docs/LOCAL_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ For exporting metrics, enable the Prometheus exporter in `config/code_ocean.yml`
bundle exec prometheus_exporter
```

#### Overmind (optional)

A Procfile is configured to run all services with the `bin/dev` command. [Overmind](https://github.com/DarthSim/overmind) is required as a process manager and the Poseidon must be in placed in the parent directory (../poseidon/poseidon).


## Native Setup for Nomad

As detailed earlier, this guide focuses on CodeOcean. Nevertheless, the following provides a short overview of the most important steps to get started with Nomad (as required for Poseidon). Please refer to the [full setup guide](https://github.com/openHPI/poseidon/blob/main/docs/development.md) for more details.
Expand Down