Yaratma
Yaratma
Aşağıdaki komutlar bir site yaratmak için komutlardır.
HTML website
ee site create example.com --html
PHP website
ee site create example.com --php
Veritabanı yoktur. Sadece PHP website içindir.
PHP + Mysql website
ee site create example.com --mysql
Wordpress Site
Standart
ee site create example.com --wp # install wordpress without any page caching
ee site create example.com --w3tc # install wordpress with w3-total-cache plugin
ee site create example.com --wpsc # install wordpress with whisp-super-cache plugin
ee site create example.com --wpfc # install wordpress + nginx fastcgi_cache
ee site create example.com --wpredis # install wordpress + nginx redis_cache
Alt dizin ile Wordpress Multisite
ee site create example.com --wpsubdir # install wpmu-subdirectory without any page caching
ee site create example.com --wpsubdir --w3tc # install wpmu-subdirectory with w3-total-cache plugin
ee site create example.com --wpsubdir --wpsc # install wpmu-subdirectory with wp-super-cache plugin
ee site create example.com --wpsubdir --wpfc # install wpmu-subdirectory + nginx fastcgi_cache
ee site create example.com --wpsubdir --wpredis # install wpmu-subdirectory + nginx redis_cache
Subdomain ile Wordpress Multisite
ee site create example.com --wpsubdom # install wpmu-subdomain without any page caching
ee site create example.com --wpsubdom --w3tc # install wpmu-subdomain with w3-total-cache plugin
ee site create example.com --wpsubdom --wpsc # install wpmu-subdomain with wp-super-cache plugin
ee site create example.com --wpsubdom --wpfc # install wpmu-subdomain + nginx fastcgi_cache
ee site create example.com --wpsubdom --wpredis # install wpmu-subdomain + nginx redis_cache
Oluştururken admin kullanıcı adı belirleme komutu
Normalde kurulum sırasında sizden isim email gibi bilgiler istedir ve kullanıcı adı ve email adresi buradan referans alınır fakat siz bu bilgilerden bağımsız bir biçimde bir kullanıcı adı belirleyebilirsiniz.
ee site create example.com --user=admin
Parola rasgele atanır. Onu da kendiniz yaratma sırasında belirlemek istiyorsanız:
ee site create example.com --pass=password
Email adresini belirlemek için ise:
ee site create example.com [email protected]
Sitenizde HHVM ile yaratma yapmak istiyorsanız eğer örnek komut:
ee site create example.com --wp --hhvm
Pagespeed özelliği ile yaratma yapmak istiyorsanız eğer örnek komut:
ee site create example.com --wp --pagespeed
Pagespeed ayarlarınızı düzenlemek için ise:
ee site edit example.com --pagespeed
Filtreleri görmek için : https://developers.google.com/speed/pagespeed/module/config_filters
Daha fazla detay: https://easyengine.io/docs/commands/site/create/