To build rws as Debian package, put prebuilt binary rws at rws-create-deb/usr/bin, update rws-create-deb/DEBIAN/control file, and execute:
dpkg-deb --build rws-create-deb
mv rws-create-deb.deb rws.deb
To install package execute:
sudo dpkg -i --force-overwrite rws.deb
To check installation:
rws
Note: you may build almost any rust project as debian package by updating control file and replacing rws with your executable. As an example Rust TLS server is built using this template.
Use GitHub discussions, issues and pull requests.
There is Rust Web Server Discord where you can ask questions and share ideas.
Follow the Rust code of conduct.
If you appreciate my work and want to support it, feel free to do it via PayPal.