ohanhi / futuhours-next

A simple frontend for logging work hours

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FutuHours-next

Application for updating and editing employee hours, all new and re-written in Elm and elm-ui.

Currently in Beta and deployed at betahours.

Requirements

Development

To start the development environment, do:

$ elm-app start

Deployment

To deploy:

$ docker build -t futurice/futuhours-next:$(git log --pretty=format:'%h' -n 1) .
$ appswarm image:push -i futurice/futuhours-next -t $(git log --pretty=format:'%h' -n 1)
$ appswarm app:deploy -i futurice/futuhours-next -t $(git log --pretty=format:'%h' -n 1) -n betahours

Alternately, a simple bash script is provided to save you typing:

./deploy.sh

License

Apache License 2.0

About

A simple frontend for logging work hours

License:Apache License 2.0


Languages

Language:Elm 87.8%Language:JavaScript 7.8%Language:CSS 2.4%Language:HTML 1.5%Language:Shell 0.4%Language:Dockerfile 0.2%