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
{{ message }}
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
The installer checks for internet access by using curl, which is not necessarily installed in a clean Ubuntu install.
ace@acedev:/opt/ace$ ./installer/source_install
sed: can't read /etc/apache2/envvars: No such file or directory
You are missing the SAQ_HOME environment variable.
Do you want to use /opt/ace as the value for SAQ_HOME?
1) Yes
2) No
#? 1
checking internet access...
unable to connect to google -- do you need to configure a proxy?
set your http_proxy, https_proxy and ftp_proxy environment variables and try again
you may also need to configure apt for a proxy
ace@acedev:/opt/ace$ vim installer/source_install
ace@acedev:/opt/ace$ curl -m 5 'http://www.google.com'
Command 'curl' not found, but can be installed with:
sudo apt install curl
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The installer checks for internet access by using curl, which is not necessarily installed in a clean Ubuntu install.
The text was updated successfully, but these errors were encountered: