-
Notifications
You must be signed in to change notification settings - Fork 434
EasyEngine is a linux shell-script used to manage sites that run WordPress on the web-server software nginx, a popular alternative to Apache.
EasyEngine admin tools can be accessed using 2222 port. https://example.com:22222
.
EasyEngine (ee) admin port to manage admin utilities.
To modify the port use command ee site edit 22222
and modify port there.
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.
No. Shared hosting services do not allow root or sudo access, which is required to install EasyEngine.
Open the file /etc/easyengine/ee.conf
in your favorite text editor and set 'gpg-keys-fix=true'
Is the entire install process run by EasyEngine logged? If yes, what is the location of the log file?
Yes. The install log file for sites installed using EasyEngine can be found at this location.
/var/log/easyengine/install.log
EasyEngine's error log can be found at this location:
/var/log/easyengine/error.log
EasyEngine always installs the latest version of PHP.
EasyEngine v2.0.0 supports all Ubuntu Distro ( till its end of Life) and Debian 6/7.
Centros or any other Linux Distro is not currently supported. They are also not on the product roadmap in the near future.
Yes. Simply press the tab key on your keyboard after typing the command. For example, if you want to know the subcommands related to 'site', type this:
ee site
and then press the tab key on your keyboard.
Run this command to fix this:
source /etc/bash_completion.d/ee
Open the following file in your favorite text editor and set 'apt-get-assume-yes=true'
vim /etc/easyengine/ee.conf
Open the following file in your favorite text editor and set 'gpg-keys-fix=true'
vim /etc/easyengine/ee.conf
Open the following file in your favorite text editor and set 'mysqlhost=rtcamp.com'
vim /etc/easyengine/ee.conf
Open the following file in your favorite text editor
vim /etc/easyengine/ee.conf
and set
db-name = true
in mysql section.
Open the following file in your favorite text editor and set 'db-user = true'
vim /etc/easyengine/ee.conf
Open the file vim /etc/easyengine/ee.conf in your favorite text editor and set 'prefix = true' in wordpress section. Now after this, when you create any wordpress site it is going to ask you database table prefix.
Q 17. How to change wordpress admin username?
Open the following file in your favorite text editor and set 'user = rtcamp'
vim /etc/easyengine/ee.conf
This will be the username for wordpress sites you create in future.
Open the following file in your favorite text editor and set 'password = mypass'
vim /etc/easyengine/ee.conf
Open the following file in your favorite text and editor set 'email = [email protected]'
vim /etc/easyengine/ee.conf
Edit default site config
ee site edit default
Add following line after bash server {
line:
listen 80 default_server;
Then enable default site
ee site enable default
This will make sure nginx’s default site (the one you see when you type site’s IP address in browser) shows up for any non existent domain.
If you see “Welcome to nginx!” page after this, you can edit that default page content by editing html file – /usr/share/nginx/www/index.html
EasyEngine (ee):
- Installation
- Stack Module
- Site Module
- Debug Module
- Secure Module
- Other commands
- Configurartion File
- EasyEngine Logs
Tutorials:
- SFTP Setup
- Remote MySQL
- Setup OpenDKIM
- HHVM with EE 2.x.x
- Prevent MySQL crashing
- Change WordPress Cache
- Migrate Website With EasyEngine
- EasyEngine with Hosting Providers
Misc:
- FAQ
- Roadmap
- [Support Forum] (http://community.rtcamp.com/c/easyengine/)
- EasyEngine Update
- EasyEngine Admin Tools
- EasyEngine Beta Testing
Chat:
- [EasyEngine Developer Chat] (https://gitter.im/rtCamp/easyengine)
Testing:
- [Travis-CI] (https://travis-ci.org/rtCamp/easyengine/)
Donations:
Recently Modified: