contentacms / contentajs

A nodejs server that proxies to Contenta CMS and holds custom code.
MIT License
102 stars 25 forks source link

Unable to access the server #23

Closed fpoirier1 closed 5 years ago

fpoirier1 commented 5 years ago

Hello,

I am following the instruction to install the server and I am having a hard time to access the server.

After cloning the repo, I created the config local.yml :

cms:
  host: http://headless.devel

cors:
  origin:
    - '*'

then I run npm start, I see pm2 initializing but then when I hit localhost:3000 in my browser I get the error message :

This site can't be reached"

I tried running npm run debug but no success there too.

What am I missing ?

Thanks for your help !

e0ipso commented 5 years ago

Contenta JS is a proxy to your Contenta CMS install. Maybe this can help: https://www.youtube.com/watch?v=KGhA61WeTuw

e0ipso commented 5 years ago

Can you successfully reach http://headless.devel? Is Drupal correctly installed?

Thanks for contributing to the issue queue.

On 18 Jan 2019, at 20:19, Francis Poirier notifications@github.com wrote:

Hello,

I am following the instruction to install the server and I am having a hard time to access the server.

After cloning the repo, I created the config local.yml :

cms: host: http://headless.devel

cors: origin:

  • '*'

then I run npm start, I see pm2 initializing but then when I hit localhost:3000 in my browser I get the error message :

This site can't be reached"

I tried running npm run debug but no success there too.

What am I missing ?

Thanks for your help !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.