Be sure that you have Python 2.7 and pip installed on your computer. Also, you need the Google Cloud SDK installed and configured.
Clone this repo on your working directory running the following command:
git clone https://github.com/siimple/passfort
cd to the project folder and install python dependencies in the lib folder by running the following commands:
# Install Node.js dependencies
cd client && npm install
# Install Python dependencies
pip install -t lib -r requirements.txtRename and move the file config.sample.py to src/config.py and edit it with your custom configuration.
Run the following command to build the client:
cd client && npm run buildNow you can test PassFort by running the following command:
dev_appserver.py app.yaml
Open a new browser window and navigate to http://localhost:8080.
MIT LICENSE © 2017-2018.