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
Harvey Kandola 4a5ffe97ba cleaned repo
2016-04-29 16:45:28 -07:00
app cleaned repo 2016-04-29 16:45: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 cleaned repo 2016-04-29 16:45:28 -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

XSS

https://www.google.com/about/appsecurity/learning/xss/#HowToTest

https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)Prevention_Cheat_Sheet

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/unescape

Running the Go tests

WARNING: DO NOT RUN THE AUTOMATED TESTS AGAINST A LIVE DATABASE.

Before running the Go tests, please note that they will alter the database that they are run on. For detailed instructions see the SDK README.md and directory "exttest".