Repository
Current version released
5 years ago
Versions
chugger
A tool for managing web assets, without the complexity.
Install
…
HTTPS Configuration
In order to run chugger development server with HTTPS enabled, you’ll have to make sure chugger can bind to port 443.
Linux & WSL
Linux doesn’t allow for processes to bind to that port without root access. One way to get around that is by running this command:
sudo sysctl -w net.ipv4.ip_unprivileged_port_start=0Here are some useful resources you can read for more information about privileged ports on Linux:
If you are using WSL on Windows, make sure your project file are located on the Linux file system.
macOS
To get the development server running on macOS you’ll have to run chugger start as sudo. Like this:
sudo bin/chugger start