ysbaddaden/prax

Create releases/tags

Closed this issue · 5 comments

I just started building a PKGBUILD for Arch Linux to easily install prax via package management.
When thinking about deriving the version number from git, I saw that there are no tags for any releases.
It would be great if you could add version information to the repository.

Oh, thanks for packaging to Archlinux. I never properly released any version of Prax, so here comes a long awaited merge of the unstable branch into master and v0.1.0!

Thanks a lot! The PKGBUILD is shaping up (it's my first Arch package actually) and I'll probably put in some systemd service files as well.
The biggest hurdle so far was that I had set Rubinius as my default Ruby interpreter via RVM and apparently it doesn't play nice with Prax.

I'm only running Prax on MRI, yet it should be running on Rubinius. Please report any problem you encountered!

Is there some way to start Prax with extended logging? From what I could see, it only crashed silently in the background without any chance to get a log or stacktrace...

You may:

  • check ~/.prax/_logs/prax.log;
  • set the PRAX_DEBUG=1 environment variable for more debug in logs;
  • use the --foreground to not daemonize prax and output the log to stdout.