{"id":124,"date":"2021-05-28T14:10:00","date_gmt":"2021-05-28T14:10:00","guid":{"rendered":"https:\/\/262235.xyz\/?p=124"},"modified":"2021-05-28T14:10:00","modified_gmt":"2021-05-28T14:10:00","slug":"124","status":"publish","type":"post","link":"https:\/\/lyvba.com\/index.php\/2021\/05\/28\/124\/","title":{"rendered":"\u4e00\u952e  WordPress \u535a\u5ba2\u5b89\u88c5\u811a\u672c\uff0c\u540c\u65f6\u4e5f\u662f LNMP \u5957\u4ef6"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/lyvba.com\/wp-content\/uploads\/2021\/05\/1477476693.png\" alt=\"wordpress-admin.png\" title=\"wordpress-admin.png\"><\/p>\n<h1>\u4e00\u952e  WordPress \u535a\u5ba2\u5b89\u88c5\u811a\u672c<\/h1>\n<pre><code>curl -L  git.io\/lnmp.sh | bash\n\n# \u56fd\u5185\u7528\u6237\u4f7f\u7528\u955c\u50cf\ncurl -L  lyvba.com\/lnmp.sh | bash<\/code><\/pre>\n<h3>\u5efa\u7acb\u7f51\u7ad9\u548c\u6570\u636e\u5e93\u76ee\u5f55\u548c\u4e0b\u8f7dwordpress\u7a0b\u5e8f\u8bbe\u7f6e\u76ee\u5f55\u6743\u9650<\/h3>\n<pre><code>mkdir -p  \/data\/www\/   \/data\/mysql\ncd  \/data\/www\ncurl https:\/\/cn.wordpress.org\/latest-zh_CN.tar.gz | tar -zx\nchown -R www-data:www-data  \/data\/www\/wordpress<\/code><\/pre>\n<h3>\u5b89\u88c5 docker-compose \u90e8\u7f72\u5de5\u5177\uff0c\u90e8\u7f72lnmp<\/h3>\n<pre><code>apt install -y docker-compose\nwget  docker-compose.yml\ndocker-compose up -d<\/code><\/pre>\n<h3>\u8bbe\u7f6e wordpress \u7f51\u9875\u7a0b\u5e8f<\/h3>\n<pre><code>\u6570\u636e\u5e93\u540d:  wordpress\n\u7528\u6237\u540d:    root\n\u5bc6  \u7801:    WordPress@2021\n\u6570\u636e\u5e93\u4e3b\u673a: db<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/lyvba.com\/wp-content\/uploads\/2021\/05\/3919680989.png\" alt=\"wordpress_set.png\" title=\"wordpress_set.png\"><\/p>\n<h3>\u9644:  docker-compose.yml \u6587\u4ef6\u5185\u5bb9<\/h3>\n<pre><code>version: '3.1'\nservices:\n\n    db:\n        image: mysql\n        command: --default-authentication-plugin=mysql_native_password\n        restart: always\n        volumes:\n            - \/data\/mysql:\/var\/lib\/mysql\n        environment:\n            MYSQL_DATABASE: wordpress\n            MYSQL_ROOT_PASSWORD: WordPress@2021\n\n    adminer:\n        image: adminer\n        restart: always\n        ports:\n            - 10086:8080\n\n    wordpress:\n        image: hongwenjun\/nginx-php\n        container_name: wordpress\n        restart: always\n        volumes:\n            - \/data\/www\/wordpress:\/var\/www\/html\n        ports:\n            - 80:80\n            - 443:443\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u952e WordPress \u535a\u5ba2\u5b89\u88c5\u811a\u672c curl -L git.io\/lnmp.sh | bash  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,8,3],"tags":[15,23,35],"class_list":["post-124","post","type-post","status-publish","format-standard","hentry","category-docker","category-linux","category-default","tag-docker","tag-linux","tag-nginx"],"_links":{"self":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts\/124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/comments?post=124"}],"version-history":[{"count":0,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts\/124\/revisions"}],"wp:attachment":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/media?parent=124"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/categories?post=124"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/tags?post=124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}