joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) auto installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).
https://lemper.cloud/
GNU General Public License v3.0
208 stars 56 forks source link

The LEMPer CLI does not seem to be fully executed #105

Closed qnyblog closed 3 years ago

qnyblog commented 3 years ago

When i use this, it only shows "Add new domain name '99.xxx.work' to virtual host." root@localhost:~/LEMPer# sudo lemper-cli create -u jkkl -d 99.xxx.work -f wordpress --enable-fastcgi-cache --install-app --enable-ssl Add new domain name '99.xxx.work' to virtual host.

There is no screen showing the process of installing WordPress, installing FastCGI cache and SSL

joglomedia commented 3 years ago

Hi @qnyblog

Sorry, I could not reproduce your error :(

I've tried it on my local development environment and production server (Ubuntu), but the command seems to work properly. See my screen cast here https://youtu.be/kGvthVr7Ksg

Could you post your system information details?

Regards

qnyblog commented 3 years ago

Hello, I know where I was wrong. I put PHP_VERSIONS="7.4 8.0" DEFAULT_PHP_VERSION="7.4" changed to PHP_VERSIONS="8.0" DEFAULT_PHP_VERSION="8.0"

Thank you

joglomedia commented 3 years ago

Hello, I know where I was wrong. I put PHP_VERSIONS="7.4 8.0" DEFAULT_PHP_VERSION="7.4" changed to PHP_VERSIONS="8.0" DEFAULT_PHP_VERSION="8.0"

Thank you

Glad to hear that,

you are welcome