Coder Social home page Coder Social logo

markx / forever-coolshell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from soulteary/forever-coolshell

0.0 0.0 0.0 66.69 MB

酷壳 - CoolShell 电子存档,🕯️ 谨纪念和保存陈皓先生的公开的技术分享内容,感恩皓叔对中文互联网,尤其是技术领域无私的分享。

Home Page: https://github.com/megaease/Remembering-Haoel

License: GNU Affero General Public License v3.0

Go 0.01% HTML 99.99%

forever-coolshell's Introduction

酷壳 - CoolShell 电子存档

谨纪念和保存陈皓先生的公开的技术分享内容,感恩皓叔对中文互联网,尤其是技术领域无私的分享。

使用方法

使用方法有两种:使用直接编译好的可执行文件,或使用 Docker 运行。

方法一:在Release 页面下载适合你的操作系统的可执行文件后,使用下面的命令运行即可。

./coolshell

方法二:使用 Docker 下载镜像之后,指定合适的端口号,一键启动容器即可。

# 下载镜像
docker pull soulteary/forever-coolshell:v1.0.0
# 启动镜像
docker run --rm -it -p 8080:8080 soulteary/forever-coolshell:v1.0.0

网站电子存档默认使用 8080 端口,如需改变端口,请指定环境变量 PORT,如:

# 直接运行
PORT=10240 ./coolshell
# 使用容器运行
docker run --rm -it -e PORT=10240 -p 10240:10240 soulteary/forever-coolshell:v1.0.0

最后

@haoel,再也听不到你吐槽 WordPress 数据库挂掉、CDN 等维护问题了。

你的博客内容会一直留存下去的。

--EOF 晓白

forever-coolshell's People

Contributors

soulteary avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.