Project-Cepi / localhost

Download Cepi locally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

localhost

license discord-banner

Convenient way to download all Cepi extensions instantly.

With docker

docker build github.com/Project-Cepi/localhost#main -t cepi
docker run -v "$(pwd)"/server:/server cepi

With bash

curl -fsSL https://raw.githubusercontent.com/Project-Cepi/localhost/main/install.sh | sh

With powershell

iwr "https://raw.githubusercontent.com/Project-Cepi/localhost/main/install.ps1" | iex

Cloning repositories

This project has a lot of repositores. For shell only, there is a convenient script to download them

curl -fsSL https://raw.githubusercontent.com/Project-Cepi/localhost/main/dev.sh | sh

About

Download Cepi locally.

License:MIT License


Languages

Language:Shell 67.2%Language:Batchfile 12.1%Language:Dockerfile 11.3%Language:PowerShell 9.4%