question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Have lektor installed via chocolatey

See original GitHub issue

Chocolatey 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:open
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
runfalkcommented, Oct 2, 2020

I think this is a great idea. If you start implementing this think of the following as requirements:

  • The package build scripts must be part of this repository
  • There must be a GitHub CI action that builds the package and makes it available as an artifact
  • There must be a GitHub CI action that tries to install the package from the previous step (and run something like lektor --version to check that it works)
  • There must be a GitHub CI action that publishes the updated package on release tags

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.

1reaction
nimishbongalecommented, Oct 8, 2020

@runfalk

Lektor has passed testing on chocolatey! 🚀

I’ll go ahead and raise a PR and we can talk about the rest there!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found