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
I've tried installing Expose 4 different ways, Each way I'm getting an error and am unable to start Expose. Do I need to move a file or modify a path somewhere?
install 1 – curl install failed cd /opt # Saved expose into the opt folder curl https://github.com/beyondcode/expose/raw/master/builds/expose -L --output expose chmod +x expose ./expose
I did see this step on the the Expose PHAR install instructions page. "You most likely want to put the expose.phar into a directory on your PATH, so you can simply call expose from any directory. For example". I never have found a expose.phar file.
Error
Could not connect to the server.
Connection to tls://sharedwithexpose.com:443 failed during TLS handshake: SSL operation failed with code 1. OpenSSL Error messages: error:0A00010B:SSL routines::wrong version number
install 2 – get clone failed git clone https://github.com/beyondcode/expose.git cd expose ./expose
Error
PHP Warning: require(/opt/expose/../../autoload.php): Failed to open stream: No such file or directory in /opt/expose/expose on line 20
PHP Fatal error: Uncaught Error: failed opening required '/opt/expose/../../autoload.php' (include_path='.:/usr/shar/php') in /opt/expose/expose:20 Stack trace:
#0 {main}
thrown in /opt/expose/expose on line 20
install 3 – composer failed composer global require beyondcode/expose
Make sure that your global composer directory is inside of your PATH environment variable. Simply add this directory to your PATH in your ~/.bashrc like this: export PATH=~/.composer/vendor/bin:$PATH
Error
expose: command not found
install 4 – .zip file install failed from github
Error
similar to above install 2 error when I try to install ./expose
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've tried installing Expose 4 different ways, Each way I'm getting an error and am unable to start Expose. Do I need to move a file or modify a path somewhere?
install 1 – curl install failed
cd /opt
# Saved expose into the opt foldercurl https://github.com/beyondcode/expose/raw/master/builds/expose -L --output expose
chmod +x expose
./expose
I did see this step on the the Expose PHAR install instructions page. "You most likely want to put the expose.phar into a directory on your PATH, so you can simply call expose from any directory. For example". I never have found a expose.phar file.
Error
Could not connect to the server.
Connection to tls://sharedwithexpose.com:443 failed during TLS handshake: SSL operation failed with code 1. OpenSSL Error messages: error:0A00010B:SSL routines::wrong version number
install 2 – get clone failed
git clone https://github.com/beyondcode/expose.git
cd expose
./expose
Error
PHP Warning: require(/opt/expose/../../autoload.php): Failed to open stream: No such file or directory in /opt/expose/expose on line 20
PHP Fatal error: Uncaught Error: failed opening required '/opt/expose/../../autoload.php' (include_path='.:/usr/shar/php') in /opt/expose/expose:20 Stack trace:
#0 {main}
thrown in /opt/expose/expose on line 20
install 3 – composer failed
composer global require beyondcode/expose
Make sure that your global composer directory is inside of your PATH environment variable. Simply add this directory to your PATH in your ~/.bashrc like this:
export PATH=~/.composer/vendor/bin:$PATH
Error
expose: command not found
install 4 – .zip file install failed from github
Error
similar to above install 2 error when I try to install ./expose
Beta Was this translation helpful? Give feedback.
All reactions