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