Skip to content

Install Guide v0.3.0 Alpha

maurermj08 edited this page Oct 21, 2016 · 1 revision

0.3.0 Beta

This guide is for 0.3.0 Beta, the first Beta release of Efetch!

WARNING: Efetch currently has no form of authentication or authorization. It is recommended to run Efetch on localhost or to run it in a VM set to a Host Only or NAT network. Because Efetch does not filter what pathspecs it gets, it grants read access to all files read-able by the user that is currently running the process.

Prerequisites

Currently Efetch is only supported on Ubuntu 14.04 (Including SIFT). Efetch works with Chrome and Firefox 39+.

Install

#Install Efetch
wget https://github.com/maurermj08/efetch/archive/0.3.0-beta.zip
unzip 0.3.0-beta.zip
cd efetch-*
sudo ./install.sh

To start Efetch simply run

efetch 

The installation is successfuly if you can navigate to localhost:8080 and see the case homepage (image below). Now you can continue on to the [Quick Start](https://github.com/maurermj08/efetch/wiki/Quick Start) guide!

efetch_homepage