Zipstack / unstract

No-code LLM Platform to launch APIs and ETL Pipelines to structure unstructured documents
https://unstract.com
GNU Affero General Public License v3.0
372 stars 31 forks source link

nothing happens when i run ./run-platform.sh #342

Closed legaltextai closed 1 week ago

legaltextai commented 1 month ago

ubuntu, server. git cloned. but i get no notification that any processes started after i run this command. do i need to start docker first?

hari-kuriakose commented 1 month ago

@legaltextai The run-platform.sh script directs all log messages to stdout and therefore will be visible as the command output.

And yes, docker daemon should be running already. However the script will internally check if docker is available and throw error messages with suggestive actions otherwise.

If you are still facing any issues, could you please share a screenshot of the run-platform.sh script output in the terminal?

ritwik-g commented 3 weeks ago

@legaltextai please let us know if the issue got solved.