Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.51 KB

File metadata and controls

40 lines (27 loc) · 1.51 KB

Resources


rsync-simulator installation

Reason: Because there doesn't exist anywhere in the known galaxies a public resource-sync endpoint.

So, via trial and error and the instructions at https://github.com/resync/resync-simulator, this worked...

  • create a python2 virtual-environment
  • pip install the requirements_resync_simulatr.txt packages
  • $ git clone git://github.com/resync/resync-simulator.git ./resync-simulator
  • cd into the resync-simulator directory
  • source the env2 virtual-environment
  • $ ./resync-simulator
    • ignore error output
    • now http://localhost:8888 loads up the default resync-simulator page
    • (aside: normal ways of exiting this terminal-session don't work -- i ended up closing the tab which halts the process)

Hello Birkin!