
Conten ID – Cara Install EasyEngine.io di Ubuntu 18.04 x64 Vultr. Sudah pada tahu kan EasyEngine.io? EasyEngine.io adalah sebuah layanan server management yang dibesut oleh rtCamp Solutions Private Limited yang terletak di Maharashtra India. EasyEngine.io memiliki fungsi hampir sama dengan CentMin sebagai managemen server. Proses instalasi EasyEngine.io berjalan secara otomatis.
Beberapa feature yang dimiliki oleh EasyEngine.io adalah:
- Install NGINX, MySQL, Postfix, PHP 7 and dependencies with a single command
- Enable HTTPS (SSL/TLS) during or after site creation with a simple flag
--letsencrypt
- Use W3Total Cache, WP Super Cache & Nginx’s FastCGI Cache. (bagi pengguna wordpress ini sangat bermanfaat untuk mempercepat loading website dan menurunkan load server)
- Automatically tweaks server configuration as per available hardware resources
- Update EasyEngine for new feature with one simple command:
ee update
- All config changes are saved using Git so feel free to play with config!
Untuk menggunakan EasyEngine.io ada baiknya mengikuti langkah cara install EasyEngine.io di Ubuntu 18.04 x64 ini.
Prerequisites
- VPS Server yang Content ID gunakan berasal dari Vultr.com silahkan daftar disini: Daftar Vultr.com dan masukkan Coupon Code promo25b untuk mendapatkan $25 gratis
- VPS yang digunakan adalah VPS $2.50/mo
- Install OS Ubuntu 18.04 x64
Langkah Instalasi EasyEngine.io di Ubuntu 18.04 x64:
1. Login ke VPS
2. Jangan lupa update dan upgrade VPS dengan perintah:
apt-get update
[email protected]:~# apt-get update Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [92.4 kB]
3. Jalankan perintah automated install yang diberikan oleh EasyEngine.io
wget -qO ee rt.cx/ee && sudo bash ee
wget -qO ee rt.cx/ee && sudo bash ee Executing apt-get update, please wait... Creating EasyEngine log directory, please wait... Installing depedencies Reading package lists... Building dependency tree... Reading state information... gzip is already the newest version (1.6-5ubuntu1). python3 is already the newest version (3.6.5-3). python3-apt is already the newest version (1.6.0). tar is already the newest version (1.29b-2). curl is already the newest version (7.58.0-2ubuntu3.1). git is already the newest version (1:2.17.1-1ubuntu0.1). software-properties-common is already the newest version (0.96.24.32.3). The following additional packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-7 dh-python dpkg-dev g++ g++-7 gcc gcc-7 gcc-7-base libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdpkg-perl libexpat1-dev libgcc-7-dev libgomp1 libisl19 libitm1 liblsan0 libmpc3 libmpx2 libpython3-dev libpython3.6-dev libquadmath0 libstdc++-7-dev libtsan0 libubsan0 linux-libc-dev make python3-distutils python3-lib2to3 python3.6-dev
4. Masukkan Nama dan alamat email agar proses instalasi berjalan
Installing EasyEngine Cloning EasyEngine, please wait... Installing EasyEngine, please wait... EasyEngine (ee) required your name & email address to track changes you made under the Git version control EasyEngine (ee) will be able to send you daily reports & alerts in upcoming version EasyEngine (ee) will NEVER send your information across Enter your name: Content ID Enter your email: ***@content.id running install running bdist_egg running egg_info creating ee.egg-info
5. Tunggu hingga proses instalasi selesai
Using /usr/lib/python3/dist-packages Finished processing dependencies for ee==3.8.1 Running post-install steps Synchronizing ee database, please wait... For EasyEngine (ee) auto completion, run the following command source /etc/bash_completion.d/ee_auto.rc EasyEngine (ee) installed/updated successfully EasyEngine (ee) help: http://docs.rtcamp.com/easyengine/
6. Jalankan perintah source /etc/bash_completion.d/ee_auto.rc
source /etc/bash_completion.d/ee_auto.rc
7. Proses instalasi EasyEngine.io selesai.