crits / crits

CRITs - Collaborative Research Into Threats
https://crits.github.io
Other
888 stars 259 forks source link

Fail to run bootstrap #953

Open nkl0x55 opened 6 years ago

nkl0x55 commented 6 years ago

Setting up CRITS on a new server. Had tried running bootstrap using both users with sudo rights and root account. Had also tried sudo -H. Each time bootstrap was run on a clean server without previous installation.

Running Ubuntu 16.04

2017-12-03 00_49_27-root malyzer_

alexandrma commented 6 years ago

Hi.

  1. Try copy /crits/script/bootstrap to /crits and run again bootstrap.
  2. sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev libfuzzy-dev libffi-dev libldap2-dev libssl-dev python-dev python-m2crypto python-pip libsasl2-dev

it helped me

apolkosnik commented 6 years ago

You don't need to copy anything, just run it in /data/crits being the current path. You can use sh or bash for that as in 'cd /data/crits/ && sh ./script/bootstrap'