Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smw.sh fails on OS X #8

Open
csik opened this issue Feb 26, 2020 · 0 comments
Open

smw.sh fails on OS X #8

csik opened this issue Feb 26, 2020 · 0 comments

Comments

@csik
Copy link
Contributor

csik commented 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:

set -o allexport
source vars.env
set +o allexport

Seems to build well now!

@csik csik changed the title Fails on OS X smw.sh Fails on OS X Feb 26, 2020
@csik csik changed the title smw.sh Fails on OS X smw.sh fails on OS X Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant