Git Product home page Git Product logo

juicity-installer's Introduction

Juicy

Juicy 用于快速部署 Juicity-server 并输出客户端最佳实践配置。只需 15s 即可完成全自动部署,开箱即用!

Prerequisites

  • Python3.6+

    常见的操作系统镜像自带 Python3,如:

    OS Release Default Python version
    Ubuntu 18.04 Python 3.6
    Debian 10 Python 3.7
    Fedora 28 Python 3.6
    openSUSE Leap 15 Python 3.6
    Arch Linux Python 3.7
    Kali Linux Python 2.7 and Python 3.6
    Alpine Linux Python 2.7 and Python 3.6
    CentOS 8 Python 3.6
  • 在管理员权限下运行

  • 提前为你的服务器解析一个域名 A 纪录

Get started

首次安装完毕后,你可以通过别名指令 juicy 调度脚本。

  1. One-Click deployment

    在交互式引导下完成部署。脚本会在任务结束后打印代理客户端配置。

    python3 <(curl -fsSL https://ros.services/juicy.py) install

    也可以直接指定域名参数「一步到胃」:

    python3 <(curl -fsSL https://ros.services/juicy.py) install -d YOUR_DOMAIN
  2. Remove loads

    这个指令会移除与 juicity-server 有关的一切依赖。需要注意的是,你必须指明与 juicity-server 绑定的域名才能安全卸载证书。

    python3 <(curl -fsSL https://ros.services/juicy.py) remove
  3. Next steps

    查看 项目 WiKi 以获取完整的技术文档🐧

juicity-installer's People

Contributors

qin2dim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

juicity-installer's Issues

运行安装脚本报错

具体报错如下:

root@vm20230128491:~# python3 <(curl -fsSL https://ros.services/juicy.py) install
Traceback (most recent call last):
  File "/dev/fd/63", line 25, in <module>
ImportError: cannot import name 'Literal' from 'typing' (/usr/lib/python3.7/typing.py)

似乎是无法导入一个库,我的服务器系统版本为Debian 11,Python版本为3.7(自带的)

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.