articulate
articulate copied to clipboard
Unable to access documentation api
I had done setup to run articulate on local server but for me (http://localhost:7500/documentation)giving blank page as u can see in the below image
also it will be better if anyonecan guideme with documentation and tutorial of articulate for better understanding of articulate
My guess is ES failed too start. What is the output of docker-compose ps
?
Please look at the 4th warning here https://samtecspg.github.io/articulate/#/getting-started/basic-installation.md if I am right you need to:
sudo chown -R 1000:1000 local-storage/elasticsearch
Is the main UI working?
hey @wrathagom main ui is working fine see the below screenshot image
and have run this command (sudo chown -R 1000:1000 local-storage/elasticsearch)even i run (http://localhost:7500/documentation) in postman to check
What command are you using to start Articulate?
i am using sudo docker-compose up as mention in repo