Please note that this webserver is work in progress.
This webserver is intended to replace our current Java-based webserver for the Fuzion website. It can be built and run without any internal files, but the actual website content is not public.
Note that the webserver must be cloned into the parent directory of your Fuzion clone.
git clone https://github.com/tokiwa-software/fzweb.git
- Build Fuzion as usual, building all the modules (
make).
Make sure
fzis in your$PATH.
cd fzweb
make run_fz
To compile using the C backend and run the binary immediately:
make run_fz_c