A pre-configured and optimized for better performance LEMP environment for web-applications. It is similar to the LAMP stack, where Apache is replaced with the lightweight yet powerful Nginx, and PHP works in `php-fpm` mode. The HTTPS-enabled web server runs with self-signed SSL certificate.
You can install the appliance on any new or existing Linux server, download and run it as a virtual machine, use it as a base image for Docker or Vagrant, or launch it with a new cloud platform instance, VPS or dedicated server for supported hosting providers.
You can install the appliance directly on any Linux with 64-bit kernel (>=2.6.32). Run from the command line:
curl -L http://www.jetware.io/appliances/jetware/lemp56_optimized_g2-170723/file/installer:nub_tgz/setup | sh
You’ll be asked to execute some operations as root via sudo
during the installation.
To enter the runtime environment or to execute a command inside the runtime environment you can use the utility /jet/enter
. If no arguments are present, the standard shell will be executed inside the runtime environment. You can specify a command as an argument, it will be executed inside the runtime environment.
For example, to start all services in the runtime environment you can do /jet/enter start
. To execute a mysql client you can do /jet/enter mysql
; or run first /jet/enter
, and than run from the new command line mysql
.
You can download the archive, unpack it into the /jet
directory, finish installation by executing the command /jet/enter /jet/own/bin/fasten
and start the services by running /jet/enter start
.
lemp-1gze0d1gn9w0v.tar.gz
|
405 MB
|
Alpine 3.8 | Ubuntu 18.04 | Debian 9 | CentOS 7 |
Docker | Copy
or build an image directly from the URL by executing the command:
Copy
or build an image directly from the URL by executing the command:
Copy
or build an image directly from the URL by executing the command:
Copy
or build an image directly from the URL by executing the command:
|
CentOS 7 | Debian 8 | Ubuntu 14.04 |
VMWare |
| |||||||||
VirtualBox |
| |||||||||
Qemu/KVM |
|
You can access the virtual machine via console or SSH:
Login: | jet |
Password: | jet |
CentOS 7 | Debian 8 | Ubuntu 14.04 |
Vagrant | You can use the appliance as a Vagrant base box for any OS with VirtualBox support (Windows, OS X, Linux). Copy
or add base box to your local boxes:
You can use the appliance as a Vagrant base box for any OS with VirtualBox support (Windows, OS X, Linux). Copy
or add base box to your local boxes:
You can use the appliance as a Vagrant base box for any OS with VirtualBox support (Windows, OS X, Linux). Copy
or add base box to your local boxes:
|
Main config: | /jet/etc/nginx/nginx.conf |
Additional configs: | /jet/etc/nginx/conf.d |
Document Root: | |
Ports/Sockets: | 80 |
Main Error Log: | /jet/log/nginx/error.log |
Administrator username: | root |
Administrator password: | empty |
Socket: | /jet/run/mysqld/mysql.sock |
Path to php.ini: | /jet/etc/php/php.ini |
Domain: | inactive |
Address: | http://server_address/phpmyadmin |
Sockets: | /jet/run/memcached/memcached.socket |
Addresses: | 127.0.0.1 |
Ports: | 6379 |