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" --parameters replicate-quantity=3
Make sure to edit it in your request file instead of the example one. Parameters like replicate-quantity
, title
, etc. should place after --parameters
directly as shown in the screenshot.
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
There is no errors expected. The compiling and instantiation should be completed.