Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

02 Running Hashview

ccammilleri edited this page Jan 7, 2020 · 4 revisions

Make sure you've gone through the installation steps first.

Starting v0.7-beta or earlier

Until we figure out why the stupid timezone can't be read, start Hashview with the following command:

RACK_ENV=production TZ="$(timedatectl | awk '/Time zone:/{print $3}')" foreman start

Hashview should now be reachable at https://127.0.0.1:4567

Starting v0.6.0 or later

RACK_ENV=production foreman start

Have fun cracking hashes!