Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now, in a browser, go to https://localhost:8443/ to test that it works.

Do a  which python  and make sure that the  python  there points at a python 3  and if it does not, make sure that it does. (big grin)

Then, to install Umbra, do the following (you may have to use pip3 instead of pip in the first line. Also, you may have to do a sudo apt-get install python-pip first).

...

.

Code Block
sudo apt-get update
sudo apt-get -y install python3-pip
sudo -H pippip3 install git+https://github.com/internetarchive/umbra.git
sudo apt-get install rabbitmq-server
sudo rabbitmq-plugins enable rabbitmq_management
sudo rabbitmq-plugins enable rabbitmq_shovel
sudo rabbitmq-plugins enable rabbitmq_shovel_management
sudo service rabbitmq-server restart

...

Now, in a browser, go to  https://localhost:8443/  and paste the path to the  myTestJob  dir into the field under add existing job, and click the add button. .. TODO"myTestJob" should appear at the bottom of the window, so click it.

On the page that appears, click the build button


NOTE: Heritrix can be killed by doing a

...