Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shyx0rmz/aptly-web

A rudimentary Elm-based web interface for aptly's API.
https://github.com/shyx0rmz/aptly-web

aptly elm

Last synced: about 1 month ago
JSON representation

A rudimentary Elm-based web interface for aptly's API.

Awesome Lists containing this project

README

        

# aptly-web

This is a rudimentary [Elm](http://elm-lang.org/)-based web interface for [aptly](https://www.aptly.info/)'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](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing).