An open API service indexing awesome lists of open source software.

https://github.com/volatilityfoundation/volumetric

Volumetric Development
https://github.com/volatilityfoundation/volumetric

Last synced: about 1 year ago
JSON representation

Volumetric Development

Awesome Lists containing this project

README

          

# Introduction

Volumetric is a web-based GUI for the volatility3 library.

# Dependencies

Volumetric relies upon the following:

* npm (for webcomponents)
* >=cherrypy-10 (for serving the pages)
* volatility3

# Installation

## Install Cherrypy

To install cherrypy locally, run:

pip3 install --user --upgrade cherrypy

## Install webcomponent dependencies

Then from the top level directory run:

npm install

# Running the server

From the top level directory

python3 vol.py