1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 06:55:28 +02:00
Documize Community est une solution de gestion des connaissances open source, moderne, auto-hébergée et de niveau entreprise. https://www.documize.com/
Find a file
2016-05-10 15:02:28 -07:00
app null check for dbhash presence 2016-05-10 15:02:28 -07:00
build cleaned repo 2016-04-29 16:45:28 -07:00
documize cleaned repo 2016-04-29 16:45:28 -07:00
plugin-libreoffice cleaned repo 2016-04-29 16:45:28 -07:00
sdk cleaned repo 2016-04-29 16:45:28 -07:00
selfcert cleaned repo 2016-04-29 16:45:28 -07:00
vendor cleaned repo 2016-04-29 16:45:28 -07:00
wordsmith cleaned repo 2016-04-29 16:45:28 -07:00
.dockerignore more dot files 2016-04-29 16:44:14 -07:00
.gitignore dot files 2016-04-29 16:43:34 -07:00
.jsbeautifyrc more dot files 2016-04-29 16:44:14 -07:00
.jshintignore more dot files 2016-04-29 16:44:14 -07:00
.vscodeignore more dot files 2016-04-29 16:44:14 -07:00
build.sh cleaned repo 2016-04-29 16:45:28 -07:00
gocheck.sh cleaned repo 2016-04-29 16:45:28 -07:00
LICENSE cleaned repo 2016-04-29 16:45:28 -07:00
plugin.json cleaned repo 2016-04-29 16:45:28 -07:00
README.md Update README.md 2016-04-29 16:47:36 -07:00

To Document / Instructions

The build process around go get github.com/elazarl/go-bindata-assetfs

GO

gobin / go env

go-bindata-assetsfs

make sure you do install cmd from inside go-* folder where main.go lives

SSL

selfcert generation and avoiding red lock

https://www.accuweaver.com/2014/09/19/make-chrome-accept-a-self-signed-certificate-on-osx/

chrome://restart

go run generate_cert.go -host demo1.dev

port number not required but browser restart is!

after clone

  • cd app
  • npm install
  • bower install
  • cd ..
  • ./build.sh