mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Install helps docs as part of onboarding process
Our own docs are installed as sample data! Refactored search reindexing code.
This commit is contained in:
parent
411f64c359
commit
3621e2fb79
26 changed files with 1957 additions and 1280 deletions
|
@ -46,6 +46,10 @@ robocopy /e /NFL /NDL /NJH core\database\scripts\mysql embed\bindata\scripts\mys
|
|||
robocopy /e /NFL /NDL /NJH core\database\scripts\postgresql embed\bindata\scripts\postgresql
|
||||
robocopy /e /NFL /NDL /NJH core\database\scripts\sqlserver embed\bindata\scripts\sqlserver
|
||||
|
||||
rd /s /q embed\bindata\onboard
|
||||
mkdir embed\bindata\onboard
|
||||
robocopy /e /NFL /NDL /NJH domain\onboard\*.json embed\bindata\onboard
|
||||
|
||||
echo "Generating in-memory static assets..."
|
||||
go get -u github.com/jteeuwen/go-bindata/...
|
||||
go get -u github.com/elazarl/go-bindata-assetfs/...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue