You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script failed early in a few places, for instance trying to download mediawiki itself: curl -fSL https://releases.wikimedia.org/mediawiki//mediawiki-.tar.gz -o mediawiki.tar.gz
It became clear that environment variable were empty.
I went ahead and ran this before running the smw.sh:
set -o allexport
source vars.env
set +o allexport
Seems to build well now!
The text was updated successfully, but these errors were encountered:
csik
changed the title
Fails on OS X
smw.sh Fails on OS X
Feb 26, 2020
csik
changed the title
smw.sh Fails on OS X
smw.sh fails on OS X
Feb 26, 2020
The script failed early in a few places, for instance trying to download mediawiki itself:
curl -fSL https://releases.wikimedia.org/mediawiki//mediawiki-.tar.gz -o mediawiki.tar.gz
It became clear that environment variable were empty.
I went ahead and ran this before running the smw.sh:
Seems to build well now!
The text was updated successfully, but these errors were encountered: