Having completed either of the two methods, you will be ready to start the website build. In our example, the build directory is /usr/build and all the required files are already in place.
Change into the build directory:
# cd /usr/build
The website build starts from the www/en directory by executing the make(1) all target, to create the web pages.
# cd www/en # make all