- php interpreter
git submodule initgit submodule update
Copy the following two configuration files and rename as config.php. Update according to your build environment.
deploy/config.example.php->deploy/config.phpdeploy/marksite/config.example.php->deploy/marksite/config.php(optional, could be inherited from config.php above)
Update web content by executing the following command:
cd deploy ; php update.php
- Launch a http server to host generated content.