v1.2.2 #2561
taoeffect
started this conversation in
Show and tell
v1.2.2
#2561
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:test@example.com
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.1...v1.2.2
This discussion was created from the release v1.2.2.
Beta Was this translation helpful? Give feedback.
All reactions