Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 682 Bytes

Setup.md

File metadata and controls

37 lines (24 loc) · 682 Bytes

Setup

How to use this project for yourself.


  1. Clone the repository & switch to it's folder.

    git clone                                   \
        --recurse-submodules                    \
        https://github.com/OpenYiff/Kemono2.git \
        kemono-2
    
    cd kemono-2

  2. Configure the setup.

    #   Archiver Config
    cp kitsune.py.example kitsune.py 
    
    #   Open .env + Configure
    cp .env.example .env 
    
    #   Open redis_map.py + Configure
    cp redis_map.py.example redis_map.py 
    
    #   Open flask.cfg + Set 'SECRET_KEY' Value
    cp flask.cfg.example flask.cfg