Note: Using Worldview with Apache is deprecated and will not be supported in the future. We recommended using Worldview with Node/Express instead. To use Apache, choose one of the setup methods below.
- Install Apache
- Follow the instructions in the README to install and build Worldview
- Configure Apache to serve the contents of the
build/
directory (or extractdist/site-worldview.tar.bz2
and configure Apache to serve that) - Enable execution of CGI scripts in Apache
- Start or Restart Apache
- Run
bash ./tasks/buildAll.sh
to generate an.rpm
file in/build/rpm
. - Deploy the
.rpm
file to your server. - Note: you may have to modify
httpd.conf
andworldview.spec
to match your environment before running these steps.