项目作者: jpcaruana

项目描述 :
IndieWeb and the Last Crusade
高级语言: Elixir
项目地址: git://github.com/jpcaruana/last_crusader.git
创建时间: 2020-02-23T13:46:44Z
项目社区:https://github.com/jpcaruana/last_crusader

开源协议:MIT License

下载


LastCrusader - Indieweb and the Last Crusade

An Indieweb server taylored mainly for my needs, but I hope easily configurable for yours.

  • Your content is yours
  • You are better connected
  • You are in control

Requires at least Elixir 14.0 with OTP 24.

Works fine with latest Elixir/OTP

Todo

Notes to self

  • run tests: mix test
  • run locally: iex -S mix
  • install git hooks locally: mix git_hooks.install
  • make a release: MIX_ENV=prod mix release or with personal secrets MIX_ENV=perso mix release
  • make a release that targets a debian: ./debian_release.sh (uses docker)