Bash scripts for installing Flame and miniconda
Instructions:
git clone https://github.com/phi-grib/Flame_installer_linux/
cd Flame_installer_linux
bash installer.sh
- After installation ->
bash flame_api.sh
OR Go to Desktop -> Double click on Flame executable
It is possible that it may take a while to start. If an error appears in the browser, just refresh (F5) the window when the django server is up and running.
If you want to specify the path for your models do:
conda activate flame
flame -c config -d /path/to/models
Then run again the executable.
You can also change the path to your custom model directory in Flame's GUI in the configuration tab.