docs(docker): add docker section

This commit is contained in:
poeti8 2019-10-22 18:02:22 +03:30
parent b8933edde7
commit d53f28f56b
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ You need to have [Node.js](https://nodejs.org/), [PostgreSQL](https://www.postgr
**[Visit our wiki for a more complete setup and development guide.](https://github.com/thedevs-network/kutt/wiki/Setup-and-deployment)**
### Docker
You can use Docker to start the app. The simplest way is to just run `docker-compose up` command and then the app should be ready on port "3000".
## Browser Extensions
Download Kutt's extension for web browsers via below links. You can also find the source code on [kutt-extension](https://github.com/abhijithvijayan/kutt-extension).