An open API service indexing awesome lists of open source software.

https://github.com/labs64/labs64.io

Labs64.IO Ecosystem: Your Agile Business Workflow Powerhouse
https://github.com/labs64/labs64.io

ecosystem labs64-io

Last synced: 4 months ago
JSON representation

Labs64.IO Ecosystem: Your Agile Business Workflow Powerhouse

Awesome Lists containing this project

README

          

# Labs64.IO Ecosystem :: Your Agile Business Workflow Powerhouse

[![Website](https://img.shields.io/badge/Website-labs64.io-E14817.svg)](https://labs64.io)
[![📖 Documentation](https://img.shields.io/badge/📖-Documentation-AB6543.svg)](https://github.com/Labs64/labs64.io-docs)

## Run

### System Requirements
To be able to run [Labs64.IO](https://labs64.io) website locally you have to meet the following requirements:
* [docker](https://www.docker.com)
* [docker-compose](https://docs.docker.com/compose/)

### Docker

1. Clone repository
```
$ git clone https://github.com/Labs64/labs64.io.git
```

2. Start environment
```
$ docker-compose up -d
```

Now you can browse the site at [http://localhost:4000](http://localhost:4000)

---

3. Stop environment
```
$ docker-compose down
```

## License and Copyright

Following files, directories and their contents are copyright Labs64. You may not reuse anything therein without permission:

* _drafts/
* _posts/
* img/
* pages/
* resources/

All other files and directories are licensed under the [MIT License](https://www.opensource.org/licenses/mit-license.php) unless explicitly stated.