NimWC video tutorial
This small tutorial will get an instance of NimWC up and running in a few minutes. You can find all the commands used in tutorial below the video.
- git clone https://github.com/ThomasTJdev/nim_websitecreator.git
- cd nim_websitecreator
- cp config/config_default.cfg config/config.cfg
- nano nimwc.nim.cfg
- nim c nimwc.nim
- ./nimwc help
- ./nimwc newuser -u:Admin -e:admin@admin.com -p:123456Pass
- ./nimwc insertdata bulma
- ./nimwc
- chromium http://127.0.0.1:7000