-
Clone the repository
git clone https://github.com/solidsuccs/simba.git -
Install using
pip3pip3 install -e /path/to/simbaIf you do not have
pip3installed you san usepython3 -m pipinstead. -
Test the installation by running the command
simba
-
ssh into the remote server using the port forwarding option:
ssh -L 1234:localhost:5678 [email protected]The numbers 1234 and 5678 are arbitrary, and a value of 5000 is recommended for both.
usernameis your username andserver.name.eduis the name of the server you are connecting to. Note:localhostis NOT arbitrary. -
On the server, navigate to the correct directory and type
simba web --ip 5678The port
5678must match the number used in the previous step. If you used5000you do not need to specify the port as that is the default option for simba web. -
On your local computer, in a browser, navigate to
localhost:1234You should see the SimBA interface.