diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-06-29 19:04:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 19:04:30 +0300 |
commit | 2544192012cafef05b739c706a893ef0bd4f4d65 (patch) | |
tree | 41f47de8b44c7b22ad2c32a2b69b2179e8c439b6 | |
parent | e04179df9a1e809f252f15323f6b1c775f4094f4 (diff) |
add link to docker docs
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -178,6 +178,13 @@ hugo serve --baseUrl=http://localhost/ --theme=cstate --themesDir=../.. --verbos The main directory is the theme itself (the cState guts, basically) and the `exampleSite` folder houses all content. Use this local setup to experiment before making a PR. + +### — Docker — + +cState comes with a Dockerfile and Netlify ([according to their article from 2016](https://www.netlify.com/blog/2016/10/18/how-our-build-bots-build-sites/)) uses a similar Docker system to build cState. This is an option for people who prefer Docker and NGINX instead of serverless, but serverless still has the priority in our development. + +[Read wiki](https://github.com/cstate/cstate/wiki/Docker) + ## Updating 🎉 **If you are updating from one major version to another, like from v3 to v4, then please [read the migration guides](https://github.com/cstate/cstate/wiki/Usage#migration-guides).** |