Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add provision #2

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c00279c
NOISSUE - Add publishing mqtt to service subtopic (#50)
blokovi Feb 11, 2020
26352d3
NOISSUE - Add store and search bar for browsed opc-ua server data (#53)
manuio Feb 12, 2020
e5f2818
Enable edit twin name in twins table (#54)
darkodraskovic Feb 12, 2020
725602b
NOISSUE - Add Twins to docker-compose and nginx conf (#55)
manuio Feb 13, 2020
c8a2bb2
NOISSUE - Polish Twins lists (#56)
manuio Feb 14, 2020
a013c78
Add SenML value types to current state message composer (#59)
darkodraskovic Feb 18, 2020
dfbe85c
UI-48 - Fix login sequence and add LoginComponent (#60)
manuio Feb 20, 2020
f4ac2f3
Update README.md (#61)
manuio Feb 20, 2020
a0a2e0e
Update README.md (#62)
manuio Feb 20, 2020
adb484d
NOISSUE - Export config (#52)
mteodor Feb 20, 2020
6cd96a3
NOISSUE - Add namespace and identifier to opc-ua browser (#63)
manuio Feb 27, 2020
d4053fa
NOISSUE - Fix linter errors
manuio Feb 27, 2020
5910297
Merge pull request #65 from manuio/lint
blokovi Feb 28, 2020
52c2f61
NOISSUE - Check if subscription exist before creation (#64)
manuio Feb 28, 2020
897a649
NOISSUE - Fix typos and mv rxjs imports to common.module (#66)
manuio Mar 2, 2020
133c7fe
NOISSUE - Fix opcua name editing (#67)
manuio Mar 10, 2020
f09776c
UI-23 - Implement Save table for all pages (#68)
manuio Mar 12, 2020
772f41e
Add delta field to twin's definition (#69)
darkodraskovic Mar 19, 2020
5920f85
UI-32 - Verify if MAC exist for Gateways creation and edit (#71)
manuio Mar 23, 2020
444cd80
UI-49 - Fix responsive buttons (#70)
manuio Mar 23, 2020
9e8dcd7
NOISSUE: adding remote terminal (#72)
mteodor Apr 1, 2020
acf0586
NOISSUE - Update docker-compose (#74)
manuio Apr 2, 2020
c862937
NOISSUE - Add type in Devices and Channels tables (#75)
manuio Apr 3, 2020
be6c121
NOISSUE - Update docker-compose and .env (#76)
manuio Apr 8, 2020
dd58c24
NOISSUE - fix term variabl, and mqtt url (#77)
mteodor Apr 9, 2020
53be1d0
UI-78 - Use snake_case for Lora and OPC-UA metadata fields (#80)
manuio Apr 21, 2020
104fe7a
UI-79 - Check appID mapping before to create LoRa Devices (#81)
manuio Apr 21, 2020
c186446
Update nginx-x509.conf (#82)
manuio Apr 23, 2020
4159603
UI-83 - Remove db reader logout on forbidden error (#84)
manuio Apr 23, 2020
8ee8728
NOISSUE - Sort charts data by messsage name (#85)
manuio Apr 28, 2020
347ed99
Update some deprecated dependencies, fix missing dependencies and min…
tomyalmaarif May 3, 2020
5019267
NOISSUE - fix var naming use snake case (#89)
mteodor May 4, 2020
f145251
NOISSUE - Use log level error for VermeMQ docker (#91)
manuio May 4, 2020
8df1153
UI-73 - Check if ID is defined before opening the table details (#90)
manuio May 6, 2020
edf531b
NOISSUE - Renaming mac, gw password (#92)
mteodor May 6, 2020
fd0fb2a
update vars and docker-compose (#97)
mteodor Jun 10, 2020
5c7973e
Fixed typo in ssl Makefile (#99)
pricelessrabbit Jul 4, 2020
034c9f3
NOISSUE - Add clean command to Makefile (#103)
manuio Jul 15, 2020
bf2c801
NOISSUE - Use new endpoint query param to fetch not connected Things …
manuio Jul 23, 2020
d31d6f7
add provision service
mteodor Jul 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md (mainflux#61)
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
  • Loading branch information
manuio authored Feb 20, 2020
commit f4ac2f306661bf4b741c769a4ac16506cabd857d
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@
![details][details]

## Install

Build Docker image:
```
cd ui
npm install
npm start
make ui
```

Make UI Docker:
Run docker-compose:
```
make docker_ui
make run
```

Run angular-cli:
```
cd ui
npm install
npm start

[dashboard]: https://github.com/mainflux/docs/blob/master/docs/img/ui/dashboard.png
[things]: https://github.com/mainflux/docs/blob/master/docs/img/ui/things.png
[details]: https://github.com/mainflux/docs/blob/master/docs/img/ui/details.png