v1.2.7 #2626
taoeffect
started this conversation in
Show and tell
v1.2.7
#2626
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to run this
The archive file contains a
dist/
folder that needs to be placed into a copy of this cloned repo. Then you can serve it usinggrunt serve
. On a production site, you should to use these environment variables:NODE_ENV=production
VAPID_EMAIL=mailto:[email protected]
GI_PERSIST=sqlite
(orGI_PERSIST=fs
, butsqlite
is recommended)NOTE: when upgrading, it's important to first delete the
dist/
folder and replace it with the new contents from the archive.What's Changed
Full Changelog: v1.2.6...v1.2.7
This discussion was created from the release v1.2.7.
Beta Was this translation helpful? Give feedback.
All reactions