Skip to content
Harshad Yeola edited this page Jul 16, 2014 · 32 revisions

EasyEngine (ee)

FAQ

Where to find phpMyAdmin installed with ee ?

To access phpMyAdmin, open your browser enter this link https://example.com:22222/db/pma/ modify domain name here.

What is 22222 port for?

22222 is the admin port registered with ee to work with utilities provided with ee.

Can i modify 22222 port? How can i do that?

To modify the port use command ee site edit 22222 and modify port there.

How is EasyEngine different from Apache?

EasyEngine, with its array of commands, is much simpler to use than Apache, for your web-server needs.

As an interface for nginx, it is known to perform better and faster than Apache, particularly when the number of concurrent site visitors is on the rise.

Does EasyEngine work with shared hosting?

No. Shared hosting services do not allow root or sudo access, which is required to install EasyEngine.

How should I fix GPG Key issue?

Open the file /etc/easyengine/ee.conf in your favorite text editor and set 'gpg-keys-fix=true'

Clone this wiki locally