Skip to content

Instantly share code, notes, and snippets.

@najashark
Created April 12, 2018 07:16
Show Gist options
  • Save najashark/7671a753fdf9639e39b760f9a1582268 to your computer and use it in GitHub Desktop.
Save najashark/7671a753fdf9639e39b760f9a1582268 to your computer and use it in GitHub Desktop.
just my step to run distributed cuckoo
sudo ./restart_cuckoo.sh
cuckoo@labs:~$ CWD="/home/cuckoo/.cuckoo"
cuckoo@labs:~$ /usr/bin/supervisord -c $CWD/supervisord.conf
Unlinking stale socket /home/cuckoo/.cuckoo/supervisord/unix.sock
cuckoo@labs:~$ cd $CWD; /usr/bin/supervisorctl start distributed
distributed: started
cuckoo@labs:~/.cuckoo$ cuckoo distributed server
 * Running on http://localhost:9003/ (Press CTRL+C to quit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment