Skip to content

corykitchens/cci-ransomware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCI-Ransomware Game

Requirements

Installation

  1. Clone the respository and cd into the directory
$ https://github.com/corykitchens/cci-ransomware.git && cd cci-ransomware/
  1. Install the dependencies in both server/client directory
cci-ransomware $] npm install
cci-ransomware $] cd client/
client $] npm install
  1. Run Yarn build to ready the client-side code for production
client $] yarn build
  1. Change back to the project root directory. And create your .ENV file containing the following environment variables (Note this could also be done with Parameter Store)
cci-ransomware $] touch .env
  1. Example .ENV file
PGHOST=yourpghostname or localhost
PGUSER=`yourusername`
PGDATABASE=`yourdatabasename`
PGPASSWORD=`yourpassword`
PGPORT=5432
  1. Execute the db/schema.sql to build the tables and initial mock data. Execute via pgAdmin or via pg shell

  2. Run the server

cci-ransomware $] npm start

About

Ransomware game for the 2018 Cal Poly CCI Digital Forensics Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published