Have lektor installed via chocolatey
See original GitHub issueChocolatey is a great package manager for windows. A simple command such as choco install xxx
will install the necessary software and update system paths automatically.
It would be great to have lektor installed via chocolatey! I do understand the installation isn’t exactly an issue right now, but it would be nice to have it this way.
I’d be interested in implementing this.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
lektor 3.2.0 - community chocolatey
If you are an organization using Chocolatey, ... To install lektor, run the following command from the command line or from PowerShell:.
Read more >Installation | Documentation | Lektor Static Content ...
On Windows do choco install imagemagick , which requires chocolatey, or download from here). FFmpeg (mostly for video thumbnailing). On Ubuntu you get...
Read more >Exit status 106 on Windows 10 installation, with Python from ...
Windows installation isn't working for colleague and I. Steps to reproduce: 1- Open up a cmd.exe command prompt as administrator
Read more >Static Websites with Lektor - Humberto Rocha
sudo apt-get install python-dev libssl-dev libffi-dev imagemagick. You can check for brew packages on Mac chocolatey on Windows and the ...
Read more >Merge branch 'pr/1' · e0964fe6b4 - lektor-website - Gitea
can get you this on OS X and Ubuntu respectively, on Windows do `choco install imagemagick`, which requires [chocolatey](https://chocolatey.org/), ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this is a great idea. If you start implementing this think of the following as requirements:
lektor --version
to check that it works)I think these steps are very important as we would not want to make these packages available and then drop support because they decay over time.
I think we should also make the package depend on ImageMagick and ffmpeg to make sure that the install has access to all functionality by default.
@runfalk
Lektor has passed testing on chocolatey! 🚀
I’ll go ahead and raise a PR and we can talk about the rest there!