How to reproduce: follow instructions from https://diffgram.readme.io/docs/install#install
git clone https://github.com/diffgram/diffgram.git
cd diffgram
pip install -r requirements.txt
python install.py
Latest version of diffgram
On macOS and ubuntu LTS 24.04, python 3.10
First We need to know what static storage provider you will use:
1. Minio Local Storage [Default]
2. Amazon Web Services S3 (AWS S3)
3. Microsoft Azure Storage (Azure)
4. Google Cloud Storage (GCP)
Enter 1, 2, 3 or 4. Or write exit to quit the installation:
Would you like to provide a custom MinIO host? Default will use docker Y/N?
Please provide the Minio S3 Bucket Name [Default is diffgram-storage]:
Enter diffgram version: [Or Press Enter to Get The Latest Version]:
Do you want to use the local database? Y/N [Press Enter to use Local DB]:
Do Add Z Flag to Postgres Mount? (Use only when using SELinux distros or similar) Y/N [Press Enter to Skip]:
Do you want to add Mailgun to Diffgram?[Y/n]
Do you want to set RabbitMQ Config?
(default config: localhost:5672 => user - password will be "admin" - "admin"? [Y/n]
Generating Environment Variables file...
✓ Environment file written to: /home/prohorovendru/diffgram/.env
Launching Diffgram...
yaml: line 108: did not find expected ',' or ']'
✓ Diffgram Successfully Launched!
View the Web UI at: http://localhost:8085
Testing Connection...
[OK] Connection To Storage
[ERROR] Write Permissions
Error Connecting to storage bucket: Please check you have write permissions on the bucket.
How to reproduce: follow instructions from https://diffgram.readme.io/docs/install#install
Latest version of diffgram
On macOS and ubuntu LTS 24.04, python 3.10