Cesium on a WEB-SERVER

Hi there people,

I need some help, i just develop my first cesium project, how I can host it on a web server? Can I use my mac as a webserver so the other persons can see it online?

Thank you for your time.

Ricardo

Hi Ricardo,

I’m using Apache as a host for Cesium testing, and it’s working quite fine cosidering it’s a home web server.
How to install, setup and run Apache and setup a home web server on Mac is entirely on you (!)

Once you done with that,

  • copy Cesium folder to Apache root dir
  • put you Cesium project codefiles (html/js…) in some folder ( for example - Cesium/Apps/ folder )
    and you are ready to go…

Davor