Skip to content

Releases: medialab/hyphe

Extra Docker settings options (htpasswd, advanced config)

26 Jan 11:45
Compare
Choose a tag to compare

Changelog:

  • Added to Docker frontend config options to restrict Hyphe access behind htpasswd (#249)
  • Added to Docker backend config options to configure DefaultStartpagesMode, CreationRules and RedirectionDomains (#242)
  • Fixed compatibility of exported GEXF graph with Gephi (removed extra id attributes)

Version 1

15 Jan 14:25
Compare
Choose a tag to compare

After many development versions over the past few years, Hyphe is finally reaching a stable faster version with this version 1.0.0 which includes:

  • an easy installation process relying on Docker for any kind of machine including Linux, Mac OS X & Windows
  • a new homemade memory structure relying on our mix of Tree and Graph structures named hyphe-traph
  • a Material-based redesigned web interface with embedded tagging and a couple other new functionnalities

Multicorpus & new interface

23 Apr 14:07
Compare
Choose a tag to compare

Edit: corrected version of 0.2 to handle scrapyd issues on some distros by including 7a6efd2 (cf #159)

Download hyphe-release-v0.2.1.tar.gz on this link or at the bottom of this page.

Just untar, install and run as shown below (do not use sudo, the install script will automatically ask for your password when needed):

tar xzvf hyphe-release-v0.2.1.tar.gz
cd hyphe
bin/install.sh
bin/hyphe start

Use the web interface on http://localhost/hyphe
Read the doc for more details or to serve Hyphe on a webserver.

To restart or stop the service, just run:

bin/hyphe restart
bin/hyphe stop

This release was tested on the following distributions:
(use preferably a 64bit system to ensure MongoDB is able to work with bigger databases than only 2GB)

Distribution Version precision OK ?
Ubuntu 12.04.5 LTS server
Ubuntu 12.04.5 LTS desktop
Ubuntu 14.04.1 LTS server
Ubuntu 14.04.1 LTS desktop
Ubuntu 15.04 desktop — (ScrapyD + Upstart issue with Ubuntu 15 so far)
Ubuntu 14.10 desktop
CentOS 5.7 server — (issues due to missing upstart & python2.4)
CentOS 6.4 Final server
Debian 6.0.10 squeeze server
Debian 7.5 wheezy server
Debian 7.8 wheezy livecd gnome
Debian 8.0 jessie livecd gnome — (MongoDB not supporting Debian 8 yet)

Screenshots:

hyphe2
hyphe3
hyphe4
hyphe5

More distributions support

07 Feb 19:35
Compare
Choose a tag to compare

Release meant to be installable on various distributions including ubuntu/debian/centos machines at least.
Download hyphe-v0.1.tar.gz at the bottom of this page.
Just untar, install and run! (DO NOT use sudo, the install script will already require your password when needed)

    tar xzvf hyphe-v0.1.tar.gz
    cd Hyphe
    bin/install.sh
    bin/hyphe start

Use the web interface on http://localhost/hyphe

To stop the service, just run:

    bin/hyphe stop

(use preferably a 64bit system to ensure MongoDB is able to work with bigger databases than only 2Gb)

hyphe
hyphe-network

First release

19 Jul 14:28
Compare
Choose a tag to compare

Release meant to be easily installable on an ubuntu machine.
Download hyphe-v0.0.0.tar.gz at the bottom of this page.
Just untar, install and run!

    mkdir -p hyphe
    tar -xvf hyphe-v0.0.0.tar.gz -C hyphe
    cd hyphe
    bash bin/install.sh
    bash bin/start.sh

Use the web interface on http://localhost/hyphe

To stop the service, just run:

    bash bin/stop.sh

(use preferably a 64bit system to ensure MongoDB is able to work with bigger databases than only 2Gb)

hyphe
hyphe-network