To request a replicate type of sofware, you should define the type in the request script:
slapos request $software_name'_1' $software_release_uri --type="replicate"
Make sure to edit it in your request file (request-html5as-base.sh) instead of the example one. Make also sure that there is only one slapos request in your script (the one above).
Run the request script by
$ cd ~/srv/project/slapos/software/html5as-base
$ bash ../../../request-html5as-base.sh
Re-compile the software by
$ slapos node software --all
Once it completes, you may re-instantiate it by
$ slapos node instance --all
The instanciation should raise, run it until there are no error displayed. The compiling and instantiation should be completed.