Ruckstack Quick-Start Guide
- Download Ruckstack and extract it on your development and/or build machines
- Run
ruckstack init --type=example
to generate a complete example project
- Build your project with
ruckstack build
- Upload the
out/example-1.0.5.installer
file to a standard Linux server
- On the linux server, run the
example-1.0.5.installer
file to install the application. Install it to /opt/example
- Watch the services start up with
/opt/example/bin/example status
- Hit
http://SERVER_IP/
to see the running system
c