Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed submissions not working on dev env #86

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove platform-dependent yap
  • Loading branch information
JasonGrace2282 committed Jan 11, 2025
commit 40add14ec7d98048417bd8e5d9af1cf727373a59
4 changes: 1 addition & 3 deletions docs/source/contributing/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ Submissions
~~~~~~~~~~~

In order to actually create a submission, there are some more steps. First,
you'll need to install `redis <https://redis.io/download>`_. This is platform dependent:
for example, on macOS you can use `homebrew <https://brew.sh/>`_ and run ``brew install redis``,
but on archlinux you'll need to run ``pacman -Syu redis``.
you'll need to install `redis <https://redis.io/download>`_.

You'll also need to run some scripts to emulate the sandboxing process that goes on in production.
Run the following script::
Expand Down