Giter VIP home page Giter VIP logo

Comments (2)

QqqRy avatar QqqRy commented on July 22, 2024

另外,如果不支持mac-arm的话,能否详细的说下怎么用docker构建,只要执行

docker run \
  -d \
  --restart=always \
  -p 8000:80 \
  -v $HOME/cicada-data:/data \
  -v $HOME/cicada-config.json:/config.json:ro \
  --name cicada \
  mebtte/cicada

就可以了吗? /cicada-data和cicada-config.json文件的应该填什么,另外首次运行需要配置initialadminemail,这里的值是随便填一个自己的邮箱名就可以了吗

from cicada.

mebtte avatar mebtte commented on July 22, 2024

@QqqRy

  1. npm install 报错大概率是因为你的网络问题, 无法下载某些 npm package
  2. 构建 docker 镜像可以参考这里
  3. 支持 arm mac, 我本身就是用 arm mac 进行开发的
  4. cicada-data 指的是存放知了数据的目录, cicada-config.json 指的是知了的配置文件
  5. initialAdminEmail 是你登录知了使用的邮箱

from cicada.

Related Issues (20)

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.