Questions tagged [keter]

Web app deployment manager.

Web app deployment manager.

https://github.com/snoyberg/keter

20 questions
0
votes
1 answer

Haskell, Yesod and Keter - How can I run a routine periodically (every 5 minutes)?

There are some database queries I want to run periodically, and according to its state, send notifications to users email and change the state of their accounts. Can I do it within Yesod itself?
FtheBuilder
  • 1,410
  • 12
  • 19
0
votes
0 answers

Keter delete all image updated in the server when deploy a new version

I have a project in yesod to load image into a static / image directory. The problem is that when implementing a new version on the production server all the images are lost because the temp folder is removed; My question is how to define external…
oriaj
  • 768
  • 1
  • 16
  • 33
0
votes
1 answer

Haskell Yesod stack build runnable file

I was looking for ways to deploy my Yesod project, and while reading some tutorials (Keter and Docker way), I realised that, stack build generates a runnable file which can be executed directly and listen for requests, is there any reason I should…
FtheBuilder
  • 1,410
  • 12
  • 19
0
votes
0 answers

Error occured when launching bundle Main keter

I've done everything on my yesod project but the keter gives me an error log message like this: Unpacking bundle '/opt/keter/incoming/Main.keter' Error occured when launching bundle Main: Codec.Compression.Zlib: incorrect header check i also…
Ryan Monreal
  • 587
  • 5
  • 16
0
votes
1 answer

Keter not picking up new bundle

I'm trying to deploy a Yesod app using Keter. I previously added a *.keter bundle to /opt/keter/incoming, but because I built the file on a different system it failed to start. I've since fixed this problem by building my app on the server…
MaxGabriel
  • 7,617
  • 4
  • 35
  • 82
1
2