We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running ./run.sh -t develop for the first time on a new machine, getting this error:
./run.sh -t develop
Downloading mysql data Error downloading dumps/gridappsd_mysql_dump.sql Exiting
I was able to download the sql from one of my cloud servers and then start the containers.
The text was updated successfully, but these errors were encountered:
@AAndersn
Can you try downloading the file outside of the run script?
curl -s -o "dumps/gridappsd_mysql_dump.sql" "https://raw.githubusercontent.com/GRIDAPPSD/Bootstrap/master/gridappsd_mysql_dump.sql"
Sorry, something went wrong.
poorva1209
tonya1
No branches or pull requests
When running
./run.sh -t develop
for the first time on a new machine, getting this error:I was able to download the sql from one of my cloud servers and then start the containers.
The text was updated successfully, but these errors were encountered: