mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +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
4
build.sh
4
build.sh
|
@ -38,6 +38,10 @@ cp -r core/database/scripts/mysql/*.sql embed/bindata/scripts/mysql
|
|||
cp -r core/database/scripts/postgresql/*.sql embed/bindata/scripts/postgresql
|
||||
cp -r core/database/scripts/sqlserver/*.sql embed/bindata/scripts/sqlserver
|
||||
|
||||
rm -rf embed/bindata/onboard
|
||||
mkdir -p embed/bindata/onboard
|
||||
cp -r 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