Objective: Do Passwords Better!
Running the Command-line Interface:
- install java
-
cd core
-
gradlew installDist
- run
build/install/core/bin/core
Running the jsonWebService:
- cd jsonService
-
gradlew build jettyRunWar
- browse to localhost:8080/jsonService Note the war will be located in jsonService/build/lib/passfault-jsonService-[version].war
Running in Docker:
- Pull the Passfault image:
docker pull ccaamm/passfault
- Create and run a passfault instance:
docker run -p 8080:8080 --name myPassfault ccaamm/passfault
- Browse to localhost:8080