Revornix recommends using Docker for deployment as follows:
- environmental preparation: The server needs to have Docker and Docker Compose tools installed, and at least 4GB of RAM is recommended (or a higher-performance graphics card if you need to run local AI models).
- Code Fetch: By
git clonecommand to clone the GitHub repository locally:git clone git@github.com:Qingyon-AI/Revornix.git - Configuration settings: Copy the environment variable template file and modify key parameters (e.g.
SECRET_KEY), make sure the keys are consistent across service profiles. - Starting services: Implementation
docker compose up -dStart the container group and wait 3-5 minutes for image pulling and service initialization to complete. - access verification: Browser access
http://localhostEnter the front-end interface bydocker compose logs apicommand to view the status of the service.
Note: If you need to deploy manually, you need to configure additional dependencies such as Python environment, Milvus vector database, etc. It is recommended to refer to the official documentation for operation.
This answer comes from the articleRevornix: information management tool with built-in AI assistantThe































