Skip to content

bohdaq/rws-create-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create Debian .deb package for Rust Web Server

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.

Community

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.

Donations

If you appreciate my work and want to support it, feel free to do it via PayPal.

Links

  1. Rust Web Server
  2. Rust TLS Server
  3. http-to-https-letsencrypt
  4. Rust Web Framework
  5. Create RPM Package
  6. Homebrew Formula Rust TLS Server
  7. Homebrew Formula Rust Web Server

About

Debian .deb builder for Rust Web Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages