Skip to content

vbala29/Parallex

Repository files navigation

Parallex

Screenshot 2023-09-30 at 3 33 47 PM

How to Use

Set up your python environment and install required dependencies

conda env create -f environment_xcompat.yml
conda activate parallex

Using MongoDB for local testing

Mac

brew tap mongodb/brew
brew install [email protected]
brew services start [email protected]
mongosh

Using RabbitMQ for local testing

Mac

brew install rabbitmq
brew services start rabbitmq
brew services stop rabbitmq
brew services restart rabbitmq

Linux

chmod +x rmq_install.sh
./rmq_install.sh
sudo systemctl start rabbitmq-server

All OS

We need to make a user with username test and password test so that remote users can reach the RabbitMQ server. guest:guest is forbidden from accessing remotely.

On linux this can be done using the rmq_setup.sh script.

Enable command line inspection