Mainflux.mainflux/README.md

26 lines
533 B
Markdown
Raw Normal View History

2015-07-07 05:43:19 +08:00
# Mainflux
2015-10-02 22:15:46 +08:00
[![Join the chat at https://gitter.im/Mainflux/mainflux](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Mainflux/mainflux?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2015-07-07 05:43:19 +08:00
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