Open
Description
Hey,
I am currently trying to setup JPHP on my Ubuntu 20.04 machine.
Steps done
sudo apt-get install -y openjdk-11-jre
wget https://github.com/jphp-group/jphp/releases/download/jppm-0.6.7/jppm-setup-0.6.7.sh && bash jppm-setup-0.6.7.sh
Now the output of jppm version
seems fine:
jppm version
-> linux
JPPM Information:
-> version: 0.6.7
--> jphp: 1.0.3
--> java: 11.0.19 (amd64)
-> home: '/root/jppm-0.6.7'
--> java home: '/usr/lib/jvm/java-11-openjdk-amd64/'
Also the creation of a project with jppm init
works. However, upon starting the default project (hello world) with jppm start
I get the following error:
jppm start
-> linux
-> app:run
-> install
-> get versions of package jphp-core, source: http://api.develnext.org
(warning) Failed to find package 'jphp-core' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-zend-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-zend-ext' in http://api.develnext.org, Internal Server Error
(warning) -> failed to install jphp-core@*, cannot find package.
(warning) -> failed to install jphp-zend-ext@*, cannot find package.
What can I do in order to execute the default project?
Metadata
Metadata
Assignees
Labels
No labels