1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-27 13:48:49 +08:00
Mainflux.mainflux/README.md

24 lines
321 B
Markdown
Raw Normal View History

2015-07-06 23:43:19 +02:00
# Mainflux
Mainflux is an open source MIT licensed IoT cloud written in NodeJS
2015-07-26 23:39:09 +02:00
## Run
2015-07-06 23:43:19 +02:00
2015-07-26 23:39:09 +02:00
### Install Node Modules
2015-07-06 23:43:19 +02:00
```bash
npm install
```
2015-07-26 23:39:09 +02:00
### Run Gulp Task
2015-07-06 23:43:19 +02:00
```bash
gulp
```
2015-07-28 01:01:00 +02:00
## Docker compose
### Run docker-compose up and Compose will start and run entire app.
2015-07-26 23:39:09 +02:00
```bash
2015-07-28 01:01:00 +02:00
docker-compose up
2015-07-26 23:39:09 +02:00
```
2015-07-28 01:01:00 +02:00
## License
2015-07-06 23:43:19 +02:00
MIT