Fuxi is cross-platform compatible and works in any Python 3.x environment including Linux, Mac OSX and Windows.
docker pull jeffzh3ng/fuxi
docker run -itd --name fuxi_docker -p 5000:50020 jeffzh3ng/fuxi:latestWait about 15 seconds for the service to start, then visit: http://127.0.0.1:5000
- Default username: fuxi
- Default password: whoami
- Application restart:
docker restart fuxi_docker
docker run -itd --name fuxi_docker -p 5000:50020 -v /your_volume/fuxi:/data jeffzh3ng/fuxi:latestThe data and logs will be saved to /your_volume/fuxi
Dependency: Linux python3.x redis mongoDB
Get the project:
git clone https://github.com/jeffzh3ng/fuxi.git
cd fuxi
pip install -r requirements.txtCreating configuration file:
cd instance/
cp _config.py config.py
vi config.pyBegin using fuxi
chmod +x fuxi_manage.sh
./fuxi_manage.sh
- Default username: fuxi
- Default password: whoami
Github: New issue
E-Mail: [email protected]
Telegram: https://t.me/jeffzh3ng
WeChat: QR Code
Feel free to contact me if you have any questions or suggestions.

