Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Dec 11, 2020. It is now read-only.
/faraday-dockerPublic archive

Docker & Docker Compose setup for FaradaySEC

License

NotificationsYou must be signed in to change notification settings

nscuro/faraday-docker

Repository files navigation

Docker & Docker Compose setup forFaradaySEC's server.

The aim of this project is to get a working Faraday setup up and running asquick and reliable as possible. Useful when evaluating if Faraday is of any use to you or not.

Built for Faraday 3.1.1 - most likely works for future versions also.

Usage

Install Server

  • Adjust the environment variables infaraday-server-db.env andfaraday-server-app.env as needed
    • For testing purposes the defaults work just fine
    • The default values are defines in the server'sDockerfile
  • git clone https://github.com/nscuro/faraday-docker.git
  • cd faraday-docker
  • docker-compose up --build -d

Install Client

  • Installpipenv
  • git clone https://github.com/infobyte/faraday
  • cd faraday
  • git checkout tags/v3.1.1 -b v3.1.1
  • pipenv install --two -r requirements.txt
  • pipenv install -r requirements_extra.txt
  • pipenv run python faraday.py --gui=no
    • Confirm withy when faraday asks about installing more dependencies
  • The first run most likely fails due to the last workspaceuntitled not being accessible
    • Just openhttp://127.0.0.1:5985, login and create a workspace with that name
    • Runpipenv run python faraday.py --gui=no again and it should work

About

Docker & Docker Compose setup for FaradaySEC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp