Skip to content

Refinery - A locally deployable open-source web platform for analysis of large document collections

Notifications You must be signed in to change notification settings

robbymeals/refinery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refinery - A locally deployable open-source web platform for analysis of large document collections

What is Refinery?

Built mostly in Python, Refinery is a full-stack web app that works with Vagrant VM and Puppet that can be run from a single command after downloading the git repository. The web-app is accessed through

Pre-Requisites

You'll need both the Oracle VM VirtualBox software and Vagrant installed which you can find here as well as git.

Running Refinery

Once you have both the virtual box and vagrant installed, simply git clone the refinery repository

  1. Git clone this repository to download necessary vagrant files

    git clone https://github.com/daeilkim/refinery.git
    
  2. Start the Refinery Vagrant VM from the root folder of refinery. This will take a while as it is downloading all the necessary packages as well as configuring these dependencies and running the web-app as a service.

    vagrant up
    
  3. Open up any browser and go to this address (username/password: doc/refinery):

    http://11.11.11.11:8080
    

Copyright (C) <2014> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

About

Refinery - A locally deployable open-source web platform for analysis of large document collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.9%
  • C 19.0%
  • JavaScript 8.6%
  • HTML 2.9%
  • CSS 2.7%
  • Puppet 0.4%
  • Other 0.5%