Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 446 Bytes

File metadata and controls

10 lines (7 loc) · 446 Bytes

aptly-web

This is a rudimentary Elm-based web interface for aptly's API.

Setup

  1. Ensure aptly is serving its API. (Run aptly serve).
  2. Modify init in src/Main.elm, so config points to your aptly installation.
  3. Execute build.sh.
  4. Serve index.html over HTTP. You may have to work some magic related to CORS.