# feast **Repository Path**: mirrors_savoirfairelinux/feast ## Basic Information - **Project Name**: feast - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Feast-dev ## Install Prerequisites: 1. [Docker 1.5+][docker] 2. [Fabric 1.8+][fabric] Put the DB dump in `tools/dumps/dump.sql.gz`, and then: $ cd tools $ fab make_images $ fab start $ fab loaddb $ fab chpass The site is now running on http://localhost/! For a complete list of available commands, it's `fab -l`. [docker]: https://www.docker.com/ [fabric]: http://www.fabfile.org/en/latest/