prasenjeet-symon / intellectia

Intellectia - Your Guardian Against Misleading AI-Generated Content
MIT License
15 stars 43 forks source link

Reorder setup instructions in README to resolve error #209

Closed michaelhhogue closed 1 year ago

michaelhhogue commented 1 year ago

When following the setup instructions, I encountered the error

ERROR: Couldn't find env file: /intellectia/packages/server/.env

after running

docker-compose up -d

This was due to the incorrect ordering of setup instructions. Therefore, I propose moving the "Creating .env Files for Server and Client" section above the "Database Configuration" section. This will resolve the error for anyone else sequentially following setup instructions in the future.