https://github.com/volatilityfoundation/volumetric
Volumetric Development
https://github.com/volatilityfoundation/volumetric
Last synced: about 1 year ago
JSON representation
Volumetric Development
- Host: GitHub
- URL: https://github.com/volatilityfoundation/volumetric
- Owner: volatilityfoundation
- License: other
- Created: 2017-08-02T13:45:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T19:28:02.000Z (over 2 years ago)
- Last Synced: 2025-03-29T11:41:44.275Z (over 1 year ago)
- Language: JavaScript
- Size: 346 KB
- Stars: 11
- Watchers: 11
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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