articulate icon indicating copy to clipboard operation
articulate copied to clipboard

Unable to access documentation api

Open Beherasaptami opened this issue 4 years ago • 5 comments

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 image also it will be better if anyonecan guideme with documentation and tutorial of articulate for better understanding of articulate

Beherasaptami avatar Apr 29 '20 11:04 Beherasaptami

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

There's some documentation here and on our blog.

wrathagom avatar Apr 29 '20 11:04 wrathagom

Is the main UI working?

wrathagom avatar Apr 29 '20 11:04 wrathagom

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 image

Beherasaptami avatar Apr 30 '20 06:04 Beherasaptami

What command are you using to start Articulate?

wrathagom avatar May 01 '20 19:05 wrathagom

i am using sudo docker-compose up as mention in repo

Beherasaptami avatar May 01 '20 20:05 Beherasaptami