-# Autofeur
+# Gru
# DEPRECATED: https://git.puffer.fish/?p=matthieu/gru.git;a=summary
# gru@puffer.fish FOR PATCHES
# Run the flash application
flask run
-```
-
-### Starting `autofeur_db`
-
-#### Generating the database
-The autofeur DB needs to be pre-computed in order to deliver excellent performance.
-First of all, you to have your dictionary file in the `autofeur_db/assets/dictionary.csv` file.
-Only then you can start generating the DB.
-```sh
-cd autofeur_db
-cargo run --release --bin generate
-```
-
-This will output a `autofeur_db/assets/db.bin` which will be used for the db to complete words.
-
-### Starting the service
-To start `autofeur_db` you can simply use the docker-container `docker-compose up autofeur_db`
-or use the bare-metal command
-```sh
-cd autofeur_db
-cargo run --release --bin server
-```
-
-### Starting the nova components
-You'll need nova to use this bot, however setup is quite easy and only requires a configuration file
-you can find on the [GitHub's project](https://github.com/discordnova/nova) or use this project example config file located in `autofeur_nova/config/default.example.yml`.
-Your config file will need to be named `autofeur_nova/config/defauly.yml`.
-
-To start nova, you can either use the `all-in-one` binary or the full blown docker compose services
-to get started using the all in one binary, simply execute `yarn nova` in the `autofeur_nova/` folder. Or you can simply execute `docker-compose up nats redis cache gateway0 rest ratelimiter webhook` to start all nova components.
-
-### Starting `autofeur_nova`
-This component requires basically no configuration as it is configured in docker using environment variables and defaults work using localhost, you cant refer to the component readme to get the configuration environment variables available. `yarn start` or `docker-compose up autofeur_nova`
+```
\ No newline at end of file