Skip to content

Commit

Permalink
NOISSUE - Remove Elm UI (#953)
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
  • Loading branch information
manuio authored and drasko committed Nov 19, 2019
1 parent ab9b260 commit 65b43e5
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 3,320 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.git
.github
build
ui
docker
docs
k8s
Expand Down
12 changes: 1 addition & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endef

all: $(SERVICES) mqtt

.PHONY: all $(SERVICES) dockers dockers_dev latest release mqtt ui
.PHONY: all $(SERVICES) dockers dockers_dev latest release mqtt

clean:
rm -rf ${BUILD_DIR}
Expand Down Expand Up @@ -81,9 +81,6 @@ $(DOCKERS):
$(DOCKERS_DEV):
$(call make_docker_dev,$(@))

docker_ui:
$(MAKE) -C ui docker

docker_mqtt:
# MQTT Docker build must be done from root dir because it copies .proto files
ifeq ($(GOARCH), arm)
Expand All @@ -99,17 +96,13 @@ dockers: $(DOCKERS) docker_ui docker_mqtt

dockers_dev: $(DOCKERS_DEV)

ui:
$(MAKE) -C ui

mqtt:
cd mqtt/aedes && npm install

define docker_push
for svc in $(SERVICES); do \
docker push mainflux/$$svc:$(1); \
done
docker push mainflux/ui:$(1)
docker push mainflux/mqtt:$(1)
endef

Expand All @@ -136,9 +129,6 @@ rundev:
run:
docker-compose -f docker/docker-compose.yml -f docker/aedes.yml up

runui:
$(MAKE) -C ui run

runlora:
docker-compose \
-f docker/docker-compose.yml \
Expand Down
2 changes: 0 additions & 2 deletions ui/.dockerignore

This file was deleted.

25 changes: 0 additions & 25 deletions ui/Makefile

This file was deleted.

57 changes: 0 additions & 57 deletions ui/README.md

This file was deleted.

112 changes: 0 additions & 112 deletions ui/css/mainflux.css

This file was deleted.

27 changes: 0 additions & 27 deletions ui/docker/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions ui/docker/Dockerfile.arm

This file was deleted.

9 changes: 0 additions & 9 deletions ui/docker/entrypoint.sh

This file was deleted.

8 changes: 0 additions & 8 deletions ui/docker/nginx.conf

This file was deleted.

30 changes: 0 additions & 30 deletions ui/elm.json

This file was deleted.

20 changes: 0 additions & 20 deletions ui/index.html

This file was deleted.

Loading

0 comments on commit 65b43e5

Please sign in to comment.