{"id":215,"date":"2021-08-25T17:37:14","date_gmt":"2021-08-25T09:37:14","guid":{"rendered":"https:\/\/www.guyifei.cn\/?p=215"},"modified":"2022-08-03T13:48:19","modified_gmt":"2022-08-03T05:48:19","slug":"centos%e4%b8%ad%e7%9a%84ctfd%e5%ae%89%e8%a3%85%e6%95%99%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/www.guyifei.cn\/index.php\/2021\/08\/25\/centos%e4%b8%ad%e7%9a%84ctfd%e5%ae%89%e8%a3%85%e6%95%99%e7%a8%8b\/","title":{"rendered":"CentOS\u4e2d\u7684CTFd\u5b89\u88c5\u6559\u7a0b"},"content":{"rendered":"\n<p>ctf\u7684\u6bd4\u8d5b\u7a0b\u5e8f\u6709\u5f88\u591a\uff0cCTFd\u662f\u6700\u51fa\u540d\u7684\u7528\u7684\u4eba\u4e5f\u662f\u6700\u591a\u7684\uff0c\u6211\u4eec\u9010\u65e5\u8005\u5b89\u5168\u56e2\u961f\u4e5f\u7528\u4e86\u5f88\u957f\u65f6\u95f4\u3002\u8fd9\u7bc7\u6559\u7a0b\u4e3b\u8981\u662f\u6559\u5927\u5bb6\u5982\u4f55\u5b89\u88c5CTFd\uff0c\u548c\u5b89\u88c5\u4e2d\u53ef\u80fd\u4f1a\u9047\u5230\u7684\u95ee\u9898\u4ee5\u53ca\u89e3\u51b3\u529e\u6cd5\u3002\u5173\u4e8eCTFd\u7684\u4f7f\u7528\u6211\u4f1a\u4e4b\u540e\u5355\u72ec\u5199\u4e00\u7bc7\u6559\u7a0b\u3002<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">\u51c6\u5907\u5de5\u4f5c<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u4e00\u53f0centos7.x\u7684\u670d\u52a1\u5668\u6216\u8005\u865a\u62df\u673a<\/li><li>\u5347\u7ea7\u4e00\u4e0b\u8f6f\u4ef6yum update -y<\/li><li>\u5b89\u88c5\u4e00\u4e9b\u5fc5\u8981\u7684\u8f6f\u4ef6yum install git zip unzip -y<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u7b2c\u4e00\u6b65\uff1a\u5b89\u88c5Docker<\/h2>\n\n\n\n<p>\u5b89\u88c5\u6240\u9700\u7684\u8f6f\u4ef6\u5305\u3002yum-utils \u63d0\u4f9b\u4e86 yum-config-manager \uff0c\u5e76\u4e14 device mapper \u5b58\u50a8\u9a71\u52a8\u7a0b\u5e8f\u9700\u8981 device-mapper-persistent-data \u548c lvm2\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum install -y yum-utils \\\ndevice-mapper-persistent-data \\\nlvm2<\/code><\/pre>\n\n\n\n<p>\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u6765\u8bbe\u7f6e\u7a33\u5b9a\u7684\u4ed3\u5e93\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum-config-manager \\\n--add-repo \\\nhttp:&#47;&#47;mirrors.aliyun.com\/docker-ce\/linux\/centos\/docker-ce.repo<\/code><\/pre>\n\n\n\n<p>\u5b89\u88c5\u6700\u65b0\u7248\u672c\u7684 Docker Engine-Community \u548c containerd\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum install docker-ce docker-ce-cli containerd.io<\/code><\/pre>\n\n\n\n<p>\u5982\u679c\u63d0\u793a\u60a8\u63a5\u53d7 GPG \u5bc6\u94a5\uff0c\u8bf7\u9009\u662f\u3002<\/p>\n\n\n\n<p>\u542f\u52a8 Docker\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl start docker<\/code><\/pre>\n\n\n\n<p>\u901a\u8fc7\u8fd0\u884c hello-world \u6620\u50cf\u6765\u9a8c\u8bc1\u662f\u5426\u6b63\u786e\u5b89\u88c5\u4e86 Docker Engine-Community \u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo docker run hello-world<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"915\" height=\"616\" src=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/2.png\" alt=\"\" class=\"wp-image-217\" srcset=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/2.png 915w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/2-300x202.png 300w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/2-768x517.png 768w\" sizes=\"auto, (max-width: 915px) 100vw, 915px\" \/><figcaption>docker\u5b89\u88c5\u5b8c\u6210<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u7b2c\u4e8c\u6b65\uff1a\u5b89\u88c5Docker Compose<\/h2>\n\n\n\n<p>\u8fd0\u884c\u4ee5\u4e0b\u547d\u4ee4\u4ee5\u4e0b\u8f7d Docker Compose \u7684\u5f53\u524d\u7a33\u5b9a\u7248\u672c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo curl -L \"https:\/\/github.com\/docker\/compose\/releases\/download\/1.24.1\/docker-compose-$(uname -s)-$(uname -m)\" -o \/usr\/local\/bin\/docker-compose<\/code><\/pre>\n\n\n\n<p>\u8981\u5b89\u88c5\u5176\u4ed6\u7248\u672c\u7684 Compose\uff0c\u8bf7\u66ff\u6362 1.24.1\u3002<\/p>\n\n\n\n<p>\u6709\u65f6\u5019\u53ef\u80fdGitHub\u5728\u56fd\u5185\u53ef\u80fd\u4f1a\u62bd\u98ce\uff0c\u5efa\u8bae\u5f00\u4ee3\u7406\u3002\u5f00\u4ee3\u7406\u4e0d\u5728\u672c\u6559\u7a0b\u8303\u56f4\u5185\u81ea\u5df1\u767e\u5ea6\u3002\u6216\u8005\u76f4\u63a5\u53bbGitHub\u628a\u6587\u4ef6\u4e0b\u8f7d\u4e0b\u6765<a href=\"https:\/\/github.com\/docker\/compose\/releases\" title=\"https:\/\/github.com\/docker\/compose\/releases\">https:\/\/github.com\/docker\/compose\/releases<\/a>\uff0c\u4e0b\u8f7d\u6587\u4ef6\u540d\u4e3adocker-compose-Linux-x86_64\u7684\u6587\u4ef6\uff0c\u7528winscp\u4e0a\u4f20\u5230\/usr\/local\/bin\/\u76ee\u5f55\u4e0b\u5e76\u4e14\u6539\u540d\u4e3adocker-compose\u3002<\/p>\n\n\n\n<p>\u5c06\u53ef\u6267\u884c\u6743\u9650\u5e94\u7528\u4e8e\u4e8c\u8fdb\u5236\u6587\u4ef6\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo chmod +x \/usr\/local\/bin\/docker-compose<\/code><\/pre>\n\n\n\n<p>\u521b\u5efa\u8f6f\u94fe\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo ln -s \/usr\/local\/bin\/docker-compose \/usr\/bin\/docker-compose<\/code><\/pre>\n\n\n\n<p>\u6d4b\u8bd5\u662f\u5426\u5b89\u88c5\u6210\u529f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker-compose --version<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"905\" height=\"145\" src=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/6.png\" alt=\"\" class=\"wp-image-218\" srcset=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/6.png 905w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/6-300x48.png 300w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/6-768x123.png 768w\" sizes=\"auto, (max-width: 905px) 100vw, 905px\" \/><figcaption>docker compose\u5b89\u88c5\u5b8c\u6210<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u7b2c\u4e09\u6b65\uff1a\u4f7f\u7528\u963f\u91cc\u4e91\u955c\u50cf\u52a0\u901f<\/h2>\n\n\n\n<p>\u5728\u963f\u91cc\u4e91\u63a7\u5236\u53f0\u627e\u5230\u5bb9\u5668\u955c\u50cf\u670d\u52a1<\/p>\n\n\n\n<p>\u5728\u4fa7\u8fb9\u680f\u627e\u5230\u955c\u50cf\u5de5\u5177\u4e2d\u7684\u955c\u50cf\u52a0\u901f\u5668\uff0c\u7136\u540e\u627e\u5230\u64cd\u4f5c\u6587\u6863\u7684centos\u590d\u5236\u4ee3\u7801\u6846\u5185\u4ee3\u7801\u76f4\u63a5\u8fd0\u884c\u3002<\/p>\n\n\n\n<p>\u4e5f\u53ef\u4ee5\u9009\u62e9\u5176\u4ed6\u955c\u50cf\u52a0\u901f\u670d\u52a1\uff0c\u8bf7\u81ea\u884c\u767e\u5ea6\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"751\" height=\"814\" src=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/4.png\" alt=\"\" class=\"wp-image-219\" srcset=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/4.png 751w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/4-277x300.png 277w\" sizes=\"auto, (max-width: 751px) 100vw, 751px\" \/><figcaption>\u963f\u91cc\u4e91\u5bb9\u5668\u955c\u50cf\u63a7\u5236\u53f0<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u7b2c\u56db\u6b65\uff1a\u5b89\u88c5CTFd<\/h2>\n\n\n\n<p>\u5207\u6362\u5230\u5de5\u4f5c\u76ee\u5f55\u53ef\u4ee5\u5728\u6839\u76ee\u5f55\u65b0\u5efa\u4e00\u4e2a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir \/ctf\ncd \/ctf<\/code><\/pre>\n\n\n\n<p>\u901a\u8fc7git clone\u4e0b\u8f7dCTFd\u6e90\u7801<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>git clone https:\/\/github.com\/CTFd\/CTFd.git<\/code><\/pre>\n\n\n\n<p>\u8fd9\u91cc\u53c8\u6709\u53ef\u80fd\u4f1a\u9047\u5230GitHub\u56fd\u5185\u62bd\u98ce\u7684\u60c5\u51b5\uff0c\u53ef\u4ee5\u5f00\u4ee3\u7406\uff0c\u4e5f\u53ef\u4ee5\u76f4\u63a5\u4e0b\u8f7dzip\u538b\u7f29\u5305\u4e0a\u4f20\u5230\u670d\u52a1\u5668.<\/p>\n\n\n\n<p>\u5982\u679c\u662f\u901a\u8fc7git clone\u6a21\u5f0f\u4e0b\u8f7d\u7684\u53ef\u4ee5\u76f4\u63a5\u5207\u6362\u5230CTFd\u76ee\u5f55<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd CTFd<\/code><\/pre>\n\n\n\n<p>\u5982\u679c\u662fzip\u538b\u7f29\u5305\uff0c\u9700\u8981\u5148\u89e3\u538b\u5e76\u6539\u540d\u7136\u540e\u5207\u6362\u76ee\u5f55<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>unzip CTFd-master.zip\nmv CTFd-master CTFd\ncd CTFd<\/code><\/pre>\n\n\n\n<p>\u4f7f\u7528docker compose\u5b89\u88c5<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker-compose up<\/code><\/pre>\n\n\n\n<p>\u6b64\u8fc7\u7a0b\u4e5f\u4f1a\u51fa\u73b0\u62a5\u9519\uff0c\u4e00\u822c\u662f\u7f51\u7edc\u95ee\u9898\uff0c\u91cd\u65b0\u8fd0\u884c\u547d\u4ee4\u5373\u53ef\u3002\u4e0d\u5f00\u4ee3\u7406\u5927\u6982\u7b49\u5f85\u534a\u4e2a\u5c0f\u65f6\u5373\u53ef\u5b89\u88c5\u6210\u529f\u3002<\/p>\n\n\n\n<p>\u5b89\u88c5\u5b8c\u6210\u8bbf\u95ee\u670d\u52a1\u5668ip\u5730\u5740\u52a0\u7aef\u53e3\u53f78000\u5373\u53ef\u8bbf\u95ee\uff0c\u4f8b\u5982:http:\/\/xxx.xxx.xxx.xxx:8000\/<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1233\" height=\"925\" src=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/8-1024x768.png\" alt=\"\" class=\"wp-image-216\" srcset=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/8-1024x768.png 1024w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/8-300x225.png 300w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/8-768x576.png 768w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/8.png 1233w\" sizes=\"auto, (max-width: 1233px) 100vw, 1233px\" \/><figcaption>CTFd\u7f51\u9875setup<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u5b89\u88c5\u5b8c\u6210<\/h2>\n\n\n\n<p>\u5b89\u88c5\u5b8c\u6210\u540e\u53ef\u4ee5\u7528nginx\u505a\u4e00\u4e2a\u8f6c\u53d1\uff0c\u4e5f\u53ef\u4ee5\u4f7f\u7528frp\u505a\u4e00\u4e2a\u5185\u7f51\u7a7f\u900f<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/11-1024x768.png\" alt=\"\" class=\"wp-image-220\" srcset=\"https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/11-1024x768.png 1024w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/11-300x225.png 300w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/11-768x576.png 768w, https:\/\/www.guyifei.cn\/wp-content\/uploads\/2021\/08\/11.png 1242w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u5176\u4ed6\u76f8\u5173\u94fe\u63a5\uff1a<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>CTFdGitHub\u9879\u76ee\u5730\u5740\uff1a<a href=\"https:\/\/github.com\/CTFd\/CTFd\" title=\"https:\/\/github.com\/CTFd\/CTFd\">https:\/\/github.com\/CTFd\/CTFd<\/a><\/li><li>frp\u6559\u7a0b\uff1a<a href=\"https:\/\/www.guyifei.cn\/index.php\/2019\/04\/28\/%e9%80%9a%e8%bf%87frp%e5%ae%9e%e7%8e%b0%e5%86%85%e7%bd%91%e7%a9%bf%e9%80%8f\/\" title=\"\u901a\u8fc7frp\u5b9e\u73b0\u5185\u7f51\u7a7f\u900f\">\u901a\u8fc7frp\u5b9e\u73b0\u5185\u7f51\u7a7f\u900f<\/a><\/li><li>\u83dc\u9e1f\u6559\u7a0bdocker\uff1a<a href=\"https:\/\/www.runoob.com\/docker\/centos-docker-install.html\" title=\"https:\/\/www.runoob.com\/docker\/centos-docker-install.html\">https:\/\/www.runoob.com\/docker\/centos-docker-install.html<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>ctf\u7684\u6bd4\u8d5b\u7a0b\u5e8f\u6709\u5f88\u591a\uff0cCTFd\u662f\u6700\u51fa\u540d\u7684\u7528\u7684\u4eba\u4e5f\u662f\u6700\u591a\u7684\uff0c\u6211\u4eec\u9010\u65e5\u8005\u5b89\u5168\u56e2\u961f\u4e5f\u7528\u4e86\u5f88\u957f\u65f6\u95f4\u3002\u8fd9\u7bc7\u6559\u7a0b\u4e3b\u8981\u662f\u6559&#8230; <\/p>\n<div class=\"read-more navbutton\"><a href=\"https:\/\/www.guyifei.cn\/index.php\/2021\/08\/25\/centos%e4%b8%ad%e7%9a%84ctfd%e5%ae%89%e8%a3%85%e6%95%99%e7%a8%8b\/\">\u9605\u8bfb\u66f4\u591a<i class=\"fa fa-angle-double-right\"><\/i><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[18,16,17],"class_list":["post-215","post","type-post","status-publish","format-standard","hentry","category-15","tag-centos","tag-ctfd","tag-17"],"_links":{"self":[{"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/posts\/215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/comments?post=215"}],"version-history":[{"count":2,"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/posts\/215\/revisions"}],"predecessor-version":[{"id":329,"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/posts\/215\/revisions\/329"}],"wp:attachment":[{"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/media?parent=215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/categories?post=215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guyifei.cn\/index.php\/wp-json\/wp\/v2\/tags?post=215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}