{"id":1106,"date":"2019-08-12T19:10:49","date_gmt":"2019-08-12T10:10:49","guid":{"rendered":"https:\/\/oboki.net\/workspace\/?p=1106"},"modified":"2019-09-01T22:19:50","modified_gmt":"2019-09-01T13:19:50","slug":"wordpress-nextcloud-%ec%84%a4%ec%b9%98","status":"publish","type":"post","link":"https:\/\/oboki.net\/workspace\/system\/linux\/wordpress-nextcloud-%ec%84%a4%ec%b9%98\/","title":{"rendered":"HC\ub2d8\uc744 \uc704\ud55c WordPress &#038; NextCloud \uc124\uce58 \uc808\ucc28 Part 1"},"content":{"rendered":"<h1>HC\ub2d8\uc744 \uc704\ud55c WordPress &amp; NextCloud \uc124\uce58 \uc808\ucc28 Part 1<\/h1>\n<p>CentOS7 1810 \ubc84\uc804 \uae30\uc900<\/p>\n<h2>\uc0ac\uc804 \uc900\ube44<\/h2>\n<h3>\uc0ac\uc6a9\uc790 \ubc0f \ub514\ub809\ud1a0\ub9ac \uc0dd\uc131<\/h3>\n<h4>\uc0ac\uc6a9\uc790<\/h4>\n<ul>\n<li>skia:hckim<\/li>\n<\/ul>\n<h4>\ub514\ub809\ud1a0\ub9ac<\/h4>\n<p>\uc55e\uc11c \uc0dd\uc131\ud55c \uc0ac\uc6a9\uc790\uc5d0 \ub2e4\uc74c \uacbd\ub85c\uc5d0 \ub300\ud55c \uad8c\ud55c\uc744 \ubd80\uc5ec\ud55c\ub2e4.<\/p>\n<ul>\n<li>\/sw\n<ul>\n<li>\/sw\/openssl<\/li>\n<li>\/sw\/httpd<\/li>\n<li>\/sw\/mysql<\/li>\n<li>\/sw\/php<\/li>\n<\/ul>\n<\/li>\n<li>\/data2\n<ul>\n<li>\/data2\/mysql<\/li>\n<li>\/data2\/drive<\/li>\n<li>\/data2\/docs<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>\uc2dc\uc2a4\ud15c \ub77c\uc774\ube0c\ub7ec\ub9ac \uc124\uce58<\/h3>\n<pre><code class=\"language-bash\">yum -y install apr-devel apr-util-devel curl-devel pcre-devel libxml2-devel libwebp-devel libjpeg-devel libpng-devel libXpm-devel libicu-devel<\/code><\/pre>\n<h3>\ucd94\uac00 \uc758\uc874\uc131 \uc124\uce58<\/h3>\n<h4>openssl<\/h4>\n<pre><code class=\"language-bash\">mkdir \/sw\/openssl\/src #\uc784\uc2dc\uacbd\ub85c\ncd \/sw\/openssl\/src\nwget https:\/\/www.openssl.org\/source\/openssl-1.0.2s.tar.gz\ntar -xvzf openssl-1.0.2s.tar.gz\ncd openssl-1.0.2s\n.\/config --prefix=\/sw\/openssl\/1.0.2s --openssldir=\/sw\/openssl -fPIC\nmake &amp;&amp; make install\ncd \/sw\/openssl\nln -s .\/1.0.2s\/* .\nexport PATH=\/sw\/openssl\/bin:$PATH\nexport LD_LIBRARY_PATH=\/sw\/openssl\/lib:$LD_LIBRARY_PATH<\/code><\/pre>\n<p><code>openssl<\/code> \uba85\ub839\uc744 \uc218\ud589\ud588\uc744 \ub54c \uc815\uc0c1\uc801\uc73c\ub85c \ub3d9\uc791\ud558\uace0 <code>which openssl<\/code> \uc218\ud589 \uacb0\uacfc\uac00 <code>\/sw\/openssl\/bin<\/code> \uc774\uba74 \uc815\uc0c1<\/p>\n<h4>libzip<\/h4>\n<p>libzip \uc18c\uc2a4\ub97c \ub0b4\ub824\ubc1b\uc544 <code>cmake3<\/code>\ub85c \ube4c\ub4dc\ud574\uc11c \uc0ac\uc6a9\ud574\uc57c\ud558\ub294\ub370 cmake3\uc5d0 <code>python3<\/code> \uc758\uc874\uc131\uc774 \uc788\uae30\ub54c\ubb38\uc5d0 \uba3c\uc800 python3\ub97c \uc124\uce58\ud55c\ub2e4<\/p>\n<pre><code class=\"language-bash\">yum install -y https:\/\/centos7.iuscommunity.org\/ius-release.rpm\nyum install -y python36u python36u-libs python36u-devel python36u-pip<\/code><\/pre>\n<p>\uc774\uc5b4\uc11c cmake3 \uc124\uce58<\/p>\n<pre><code class=\"language-bash\">yum install -y epel-release\nyum install -y cmake3<\/code><\/pre>\n<p>\ub4dc\ub514\uc5b4 libzip\uc744 \uc124\uce58\ud560 \uc218 \uc788\ub294 \ud658\uacbd\uc774 \ub9cc\ub4e4\uc5b4\uc9d0. libzip \uc744 \uc124\uce58\ud55c\ub2e4.<\/p>\n<pre><code class=\"language-bash\">cd ~\/Downloads #\uc784\uc2dc \uacbd\ub85c\nwget https:\/\/libzip.org\/download\/libzip-1.5.1.tar.gz\ntar -xvzf libzip-1.5.1.tar.gz\ncd libzip-1.5.1\nmkdir build\ncd build\ncmake3 ..\nmake &amp;&amp; make install<\/code><\/pre>\n<p>cmake \uc5d0\uc11c \ubcc4\ub3c4\ub85c \uc635\uc158\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc558\uae30\ub54c\ubb38\uc5d0 <code>\/usr\/local\/lib64<\/code> \uacbd\ub85c\uc5d0 libzip \ub77c\uc774\ube0c\ub7ec\ub9ac\uac00 \uc0dd\uc131\ub418\uc5c8\uc744 \uac83\uc778\ub370 \uc774\ub97c \uc2dc\uc2a4\ud15c\uc5d0 \ub4f1\ub85d\ud574\uc900\ub2e4.<\/p>\n<p><code>vi \/etc\/ld.so.conf<\/code> \ud30c\uc77c\uc744 \uc5f4\uc5b4 \ub2e4\uc74c \ub77c\uc778 \ucd94\uac00<\/p>\n<pre><code class=\"language-conf\">\/usr\/local\/lib64<\/code><\/pre>\n<p><code>ldconfig<\/code> \uba85\ub839\uc73c\ub85c \ucd94\uac00\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0 \ub300\ud55c \ub9c1\ud06c\ub97c \uc0dd\uc131\ud558\uace0 \ub2e4\uc74c \uba85\ub839\uc744 \uc218\ud589\ud588\uc744 \ub54c \uc544\ub798\uc640 \uac19\uc774 \ucd9c\ub825\ub418\uba74 \uc815\uc0c1<\/p>\n<pre><code class=\"language-bash\"># ldconfig -p | grep libzip\n    libzip.so.5 (libc6,x86-64) =&gt; \/usr\/local\/lib64\/libzip.so.5\n    libzip.so (libc6,x86-64) =&gt; \/usr\/local\/lib64\/libzip.so<\/code><\/pre>\n<h2>APM \uc124\uce58<\/h2>\n<p>\uc5ec\uae30\uc11c\ubd80\ud130\ub294 <code>skia<\/code> \uc0ac\uc6a9\uc790\ub85c \uc9c4\ud589<\/p>\n<h3>Apache httpd \uc124\uce58<\/h3>\n<pre><code class=\"language-bash\">mkdir \/sw\/httpd\/src #\uc784\uc2dc\uacbd\ub85c\ncd \/sw\/httpd\/src\nwget http:\/\/apache.mirror.cdnetworks.com\/\/httpd\/httpd-2.4.39.tar.gz\ntar -xvzf httpd-2.4.39.tar.gz\ncd httpd-2.4.39\n.\/configure --prefix=\/sw\/httpd\/2.4.39 --enable-module=so --enable-so --enable-modes-shared=ssl --with-ssl=\/sw\/openssl --enable-ssl=shared --enable-rewrite\nmake &amp;&amp; make install\ncd \/sw\/httpd\nln -s .\/2.4.39\/* .<\/code><\/pre>\n<h3>MySQL Community Version \uc124\uce58<\/h3>\n<pre><code class=\"language-bash\">cd \/sw\/mysql\/\nwget https:\/\/dev.mysql.com\/get\/Downloads\/MySQL-8.0\/mysql-8.0.17-linux-glibc2.12-x86_64.tar.xz\ntar -xvf mysql-8.0.17-linux-glibc2.12-x86_64.tar.xz\nmv mysql-8.0.17-linux-glibc2.12-x86_64 8.0.17\nln -s .\/8.0.17\/* .\nexport PATH=\/sw\/mysql\/bin:$PATH\nexport LD_LIBRARY_PATH=\/sw\/mysql\/lib:$LD_LIBRARY_PATH<\/code><\/pre>\n<p>\uc774\uc5b4\uc11c <code>vi \/etc\/my.cnf<\/code> \ud30c\uc77c\uc744 \uc5f4\uc5b4 \ub2e4\uc74c\uacfc \uac19\uc774 \uc218\uc815\ud55c\ub2e4. \ud574\ub2f9 \ud30c\uc77c\uc740 \uae30\ubcf8\uc801\uc73c\ub85c root \uc18c\uc720\uc778\ub370 \uc18c\uc720\uad8c\uc744 <code>skia<\/code> \uc0ac\uc6a9\uc790\ub85c \ubcc0\uacbd\ud574\uc8fc\uc5b4\uc57c\ud55c\ub2e4.<\/p>\n<pre><code class=\"language-conf\">[mysqld]\nuser = skia\nport = 3306\nbasedir=\/sw\/mysql\ndatadir=\/data2\/mysql\nsocket=\/tmp\/mysql.sock\ninnodb_data_file_path=ibdata1:32M:autoextend\ninnodb_log_files_in_group=3\ninnodb_log_file_size=256\ninnodb_buffer_pool_size=2048M\n\n[mysqld_safe]\nlog-error=\/sw\/mysql\/logs\/error.log<\/code><\/pre>\n<p>\uc704 \uc124\uc815\uc774 \ub9c8\ubb34\ub9ac\ub418\uc5c8\uc73c\uba74 \ub370\uc774\ud130\ud30c\uc77c \uc0dd\uc131 \ub4f1 DB \ucd08\uae30\ud654\ub97c \uc9c4\ud589\ud55c\ub2e4.<\/p>\n<p><code>mysqld --initialize --user=skia<\/code> \uba85\ub839\uc744 \uc218\ud589\ud558\uba74 datadir \uacbd\ub85c\uc5d0 \uae30\ubcf8 \ub370\uc774\ud130\ud30c\uc77c \uc0dd\uc131 \ub4f1 \uc778\uc2a4\ud134\uc2a4\ub97c \ucd08\uae30\ud654\ud55c\ub2e4. \uc774\ub584\uc5d0 \ub85c\uadf8\uc5d0\uc11c \ucd08\uae30 \ube44\ubc00\ubc88\ud638\ub97c \uc54c\ub824\uc8fc\ub294\ub370 \uc798 \ubcf5\uc0ac\ud574\ub458 \uac83.<\/p>\n<p><code>mysqld_safe --user=skia &amp;<\/code> \uba85\ub839\uc73c\ub85c mysql \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uc2e4\ud589\ud558\uace0 <code>mysql -uroot -p<\/code> \uba85\ub839\uc744 \uc218\ud589\ud574\uc11c \uc55e\uc11c \ubcf5\uc0ac\ud574\ub454 \ud328\uc2a4\uc6cc\ub4dc\ub85c \ub85c\uadf8\uc778\ud55c\ub2e4. \uadf8\ub9ac\uace0 \ub2e4\uc74c sql\ub85c \ud328\uc2a4\uc6cc\ub4dc\ub97c \uc0c8\ub86d\uac8c \uc124\uc815\ud55c\ub2e4.<\/p>\n<pre><code class=\"language-sql\">ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;MyNewPass&#039;;<\/code><\/pre>\n<p>\uc774\uc5b4\uc11c wordpress\uc640 nextcloud \uc758 repository DB \ub85c \uc0ac\uc6a9\ud560 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uac01\uac01 \uc0dd\uc131\ud558\uace0 \ud574\ub2f9 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc811\uadfc\ud560 \uc0ac\uc6a9\uc790\ub3c4 \ubcc4\ub3c4\ub85c \uc0dd\uc131\ud55c\ub2e4.<\/p>\n<pre><code class=\"language-sql\">CREATE USER &#039;skia&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;MYPASSWORD&#039;;\nALTER USER &#039;skia&#039;@&#039;localhost&#039; IDENTIFIED WITH mysql_native_password BY &#039;MYPASSWORD&#039;;\nCREATE DATABASE skia_blog;\nCREATE DATABASE skia_nas;\nGRANT ALL PRIVILEGES ON skia_blog.* TO skia@localhost;\nGRANT ALL PRIVILEGES ON skia_nas.* TO skia@localhost;\nFLUSH ALL PRIVILEGES;<\/code><\/pre>\n<h3>PHP \uc124\uce58<\/h3>\n<pre><code class=\"language-bash\">mkdir \/sw\/php\/src #\uc784\uc2dc\uacbd\ub85c\ncd \/sw\/php\/src\nwget https:\/\/www.php.net\/distributions\/php-7.3.8.tar.gz\ntar -xvzf php-7.3.8.tar.gz\ncd php-7.3.8\n.\/configure --prefix=\/sw\/php\/7.1.8 --with-config-file-path=\/sw\/php --with-config-file-scan-dir=\/sw\/php\/conf.d --with-apxs2=\/sw\/httpd\/bin\/apxs --with-mysqli --with-pdo-mysql --enable-calendar --enable-sockets --enable-sysvsem --enable-sysvshm --enable-zip --with-zlib --with-curl --with-gd --enable-mbstring --with-openssl=\/sw\/openssl --with-openssl-dir=\/sw\/openssl --with-jpeg-dir=\/sw\/php\/jpeg --with-png-dir=\/sw\/php\/png --with-xpm-dir=\/sw\/php\/xpm --with-webp-dir=\/sw\/php\/webp --enable-pcntl --enable-intl\nmake &amp;&amp; make install\ncd \/sw\/php\nln -s .\/7.1.8\/* .<\/code><\/pre>\n<h3>profile \uc124\uc815<\/h3>\n<p>\uc9c0\uae08\uae4c\uc9c0 \uc124\uce58\ud55c \uc2dc\uc2a4\ud15c \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub4e4\uc774 <code>skia<\/code> \uacc4\uc815\uc5d0\uc11c \uc81c\ub300\ub85c \ub3d9\uc791\ud560 \uc218 \uc788\ub3c4\ub85d <code>vi ~\/.bash_profile<\/code>\uc5d0 \ub2e4\uc74c \ub0b4\uc6a9\ub4e4\uc744 \ucd94\uac00\ud55c\ub2e4.<\/p>\n<pre><code class=\"language-profile\">export PATH=\/sw\/openssl\/bin:\/sw\/httpd\/bin:\/sw\/mysql\/bin:\/sw\/php\/bin:$PATH\nexport LD_LIBRARY_PATH=\/usr\/local\/lib64:\/sw\/openssl\/lib:\/sw\/httpd\/lib:\/sw\/mysql\/lib:\/sw\/php\/lib:$LD_LIBRARY_PATH<\/code><\/pre>\n<h2>httpd \uc124\uc815 \ubc0f \uc2e4\ud589<\/h2>\n<p><code>cd \/sw\/httpd\/conf<\/code> \uacbd\ub85c\ub85c \uc774\ub3d9\ud574\uc11c httpd \uc124\uc815\uc744 \ub9c8\ubb34\ub9ac\ud55c\ub2e4.<\/p>\n<pre><code class=\"language-conf\">...\n\nServerRoot &quot;\/sw\/httpd&quot;\n\n...\n\nListen 80\n\n...\n\nLoadModule socache_shmcb_module modules\/mod_socache_shmcb.so\n\n...\n\nLoadModule rewrite_module modules\/mod_rewrite.so\nLoadModule php7_module        modules\/libphp7.so\n\n...\n\nUser skia\nGroup hckim\n\n...\n\nServerName example.com:80\n\n...\n\nDocumentRoot &quot;\/data2\/docs&quot;\n&lt;Directory &quot;\/data2\/docs&quot;&gt;\n...\n    AllowOverride All\n...\n&lt;\/Directory&gt;\n\n...\n\n&lt;IfModule dir_module&gt;                  \n    DirectoryIndex index.php index.html\n&lt;\/IfModule&gt;                            \n\n...\n\n    AddType application\/x-compress .Z         \n    AddType application\/x-gzip .gz .tgz       \n    AddType application\/x-httpd-php .php .html\n\n...<\/code><\/pre>\n<p>\uc774\uc5b4\uc11c httpd \ub97c \uc2e4\ud589\ub9cc \ud558\uba74 \ub418\ub294\ub370 80 \ud3ec\ud2b8\ub85c \uc6f9\uc11c\ubc84 \ub9ac\uc2a4\ub108\ub97c \ubc14\uc778\ub529\ud558\uae30 \uc704\ud574\uc11c\ub294 root \uacc4\uc815\uc73c\ub85c \uc2e4\ud589\ud574\uc57c\ud55c\ub2e4.<\/p>\n<pre><code class=\"language-bash\">su - \n. \/home\/skia\/.bash_profile\nhttpd -k start<\/code><\/pre>\n<h2>\uc6f9 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uc124\uce58<\/h2>\n<h3>WordPress<\/h3>\n<pre><code class=\"language-bash\">mkdir \/data2\/docs\/blog\ncd \/data2\/docs\/blog\nwget https:\/\/wordpress.org\/latest.tar.gz\ntar -xvzf latest.tar.gz\nmv wordpress blog<\/code><\/pre>\n<p>\uc704 \uacfc\uc815\uc774 \ub05d\ub0ac\uc73c\uba74 \uc6f9\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c <code>http:\/\/\ud638\uc2a4\ud2b8\ub124\uc784\/blog<\/code> \uacbd\ub85c\ub85c \uc811\uadfc\ud588\uc744 \ub54c\uc5d0 wordpres \uc124\uc815 \ud654\uba74\uc774 \ub728\ub294\ub370 \ub2e4\uc74c\uacfc \uac19\uc774 \uc124\uc815\ud55c\ub2e4.<\/p>\n<table>\n<thead>\n<tr>\n<th>\ud56d\ubaa9<\/th>\n<th>\uac12<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc774\ub984<\/td>\n<td>skia_blog<\/td>\n<\/tr>\n<tr>\n<td>\uc0ac\uc6a9\uc790 \uc774\ub984<\/td>\n<td>skia<\/td>\n<\/tr>\n<tr>\n<td>\uc554\ud638<\/td>\n<td>MYPASSWORD<\/td>\n<\/tr>\n<tr>\n<td>\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud638\uc2a4\ud2b8<\/td>\n<td>localhost:3306<\/td>\n<\/tr>\n<tr>\n<td>\ud14c\uc774\ube14 \uc811\ub450\uc5b4<\/td>\n<td>wp_<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>NextCloud<\/h3>\n<p>wordpress \uc124\uce58\uc640 \uac19\uc740 \uc808\ucc28\ub85c \uc9c4\ud589<\/p>\n<pre><code class=\"language-bash\">mkdir \/data2\/docs\/drive\ncd \/data2\/docs\/drive\nwget https:\/\/download.nextcloud.com\/server\/releases\/nextcloud-16.0.3.zip\nunzip nextcloud-16.0.3.zip\nmv nextcloud drive<\/code><\/pre>\n<p><code>http:\/\/\ud638\uc2a4\ud2b8\ub124\uc784\/drive<\/code> \uacbd\ub85c\ub85c \uc811\uadfc\ud558\uba74 wordpress\uc640 \ube44\uc2b7\ud55c \uc124\uc815 \ud654\uba74\uc774 \ub728\ub294\ub370 \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c <code>mysql<\/code> \ub85c \uc120\ud0dd\ud55c \ub4a4 \ub2e4\uc74c\uacfc \uac19\uc774 \uc124\uc815\ud55c\ub2e4.<\/p>\n<table>\n<thead>\n<tr>\n<th>\ud56d\ubaa9<\/th>\n<th>\uac12<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\uc0ac\uc6a9\uc790 \uc774\ub984<\/td>\n<td>skia<\/td>\n<\/tr>\n<tr>\n<td>\uc554\ud638<\/td>\n<td>MYPASSWORD<\/td>\n<\/tr>\n<tr>\n<td>\ub370\uc774\ud130 \ud3f4\ub354<\/td>\n<td>\/data2\/drive<\/td>\n<\/tr>\n<tr>\n<td>\ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc0ac\uc6a9\uc790<\/td>\n<td>skia<\/td>\n<\/tr>\n<tr>\n<td>\ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc554\ud638<\/td>\n<td>MYPASSWORD<\/td>\n<\/tr>\n<tr>\n<td>\ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc774\ub984<\/td>\n<td>skia_nas<\/td>\n<\/tr>\n<tr>\n<td>\ud638\uc2a4\ud2b8<\/td>\n<td>localhost:3306<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>HC\ub2d8\uc744 \uc704\ud55c WordPress &amp; NextCloud \uc124\uce58 \uc808\ucc28 Part 1 CentOS7 1810 \ubc84\uc804 \uae30\uc900 \uc0ac\uc804 \uc900\ube44 \uc0ac\uc6a9\uc790 \ubc0f \ub514\ub809\ud1a0\ub9ac \uc0dd\uc131 \uc0ac\uc6a9\uc790 skia:hckim \ub514\ub809\ud1a0\ub9ac \uc55e\uc11c \uc0dd\uc131\ud55c \uc0ac\uc6a9\uc790\uc5d0 \ub2e4\uc74c \uacbd\ub85c\uc5d0 \ub300\ud55c \uad8c\ud55c\uc744 \ubd80\uc5ec\ud55c\ub2e4. \/sw \/sw\/openssl \/sw\/httpd \/sw\/mysql \/sw\/php \/data2 \/data2\/mysql \/data2\/drive \/data2\/docs \uc2dc\uc2a4\ud15c \ub77c\uc774\ube0c\ub7ec\ub9ac \uc124\uce58 yum -y install apr-devel apr-util-devel curl-devel pcre-devel libxml2-devel libwebp-devel libjpeg-devel libpng-devel libXpm-devel libicu-devel [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,158,55],"tags":[],"class_list":["post-1106","post","type-post","status-publish","format-standard","hentry","category-linux","category-nextcloud","category-wordpress"],"_links":{"self":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts\/1106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/comments?post=1106"}],"version-history":[{"count":9,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts\/1106\/revisions"}],"predecessor-version":[{"id":1155,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/posts\/1106\/revisions\/1155"}],"wp:attachment":[{"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/media?parent=1106"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/categories?post=1106"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oboki.net\/workspace\/wp-json\/wp\/v2\/tags?post=1106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}