This is just a basic Angular app that is served as the main website within the dargstack-example_stack.
For deployment on a new server, execute the following two commands, followed by dargstack deploy -p latest.
mkdir ~/scripts/ \
&& wget https://raw.githubusercontent.com/dargmuesli/dargstack/master/src/dargstack -O ~/scripts/dargstack \
&& chmod +x ~/scripts/dargstack \
&& echo 'export PATH="$PATH:$HOME/scripts/"' >> ~/.bashrc \
&& . ~/.bashrc
mkdir -p ~/dargstack/dargmuesli/dargstack-example_stack/ \
&& cd ~/dargstack/dargmuesli/dargstack-example_stack/After creating the resources as requested, that's already it! The example stack should be up and running using the parameters you've set.