Problems Installing vFense on Ubuntu Server

301 views
Skip to first unread message

Adrian

unread,
Jun 28, 2014, 4:26:23 PM6/28/14
to vfe...@googlegroups.com
Dear all,

I'm unable to continue with the installation as I cannot find the 
tar -xzvf vFense-current.tar.gz referenced in step 4, Please help me if you know where I can download that file. THANK YOU!


Installing from source on Ubuntu

  1. Install ubuntu packages
    1
    sudo apt-get install python-setuptools python-pip python-lxml python-pycurl python-redis python-openssl python-tornado python-beautifulsoup python-roman python-bcrypt python-ipaddr python-tz python-urlgrabber python-netifaces redis-server nginx-extras python-jsonpickle openssh-server python-simplejson patch build-essential python-dev
  2. Install python packages using pip
    1
    sudo pip install --upgrade rq rethinkdb requests apscheduler tornado-redis xlrd tornado roman six python-dateutil
  3. Go to RethinkDB and follow the installation stepDownload the latest release from
    vFense Server
     or from GitHub
  4. Extract the compressed file

    tar -xzvf vFense-current.tar.gz
  5. Move the extracted directory to /opt/TopPatch.  ( As of right now, all the paths are hard coded to point to /opt/TopPatch )
    1
    sudo mv vFense-current /opt/TopPatch
  6. Create Symlink
    1
    sudo ln -s /opt/TopPatch/tp/src /usr/local/lib/python2.7/dist-packages/vFense
  7. Now go to Server Setup

Dinesh Kumar

unread,
Jun 28, 2014, 5:50:34 PM6/28/14
to vfe...@googlegroups.com

Hi Adrian,

You can download the zip file using below link:

http://www.vfense.org/download/current-zip/

or you can directly download from our github:

https://github.com/toppatch/vFense/releases

Though, we will recommend use the git clone method for the server install and clone it from the development branch. This is up-to-date and have lots of fixes.

Let us know if you find any issue in server installation.

Thanks.
  1. Create Symlink
  1. 1
    sudo ln -s /opt/TopPatch/tp/src /usr/local/lib/python2.7/dist-packages/vFense
Reply all
Reply to author
Forward
0 new messages