Coder Social home page Coder Social logo

helsby-studios / perros Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.27 MB

PerrOS - The operating system for your discord server.

License: GNU General Public License v3.0

Python 88.67% CSS 0.87% HTML 9.01% Shell 1.21% Dockerfile 0.23%
discord perros contributions-welcome discord-bot discord-py help-wanted

perros's Introduction

PerrOS

PerrOS is a Opensource Discord Bot to do it all!
Super-Linter
Ubuntu Discord Docker

Installation

Manual installation

Use the package manager pip to install the python3 requirements.

pip3 install -r requirements.txt --no-deps

Then run main.py.

python3 main.py

Go to the IP adress show in the Console and finish the Web-Setup. More information can be found in our wiki.

Note that PerrOS is designed to work on Linux especially Ubuntu Server, it might work any other os too but its not recomended

Dockerized installation

Install PerrOS in a docker container.

Automated

To perform an automated install (recommended for beginners) you can use the following commands:

chmod +x dockerized.sh
sudo ./dockerized.sh

After editing the config file you can enjoy PerrOS on port 80 and finish the web setup.

To uninstall PerrOS you can use the following commands:

chmod +x ./uninstall-dockerized.sh
sudo ./uninstall-dockerized.sh

Manual

To perform a manual install you can use the following commands:

docker build -t perros .
docker run -p 80:80 -v perros-data:/app -d perros

Alternative commands:

docker build -t perros .
docker run --network="host" -p 80:80 -v /path/to/folder:/app -d perros

To uninstall PerrOS you can use the following commands:

docker stop perros
docker rm -f perros
docker volume remove prerros-data

Usage

To dump the Volumes of PerrOS you can use the following commands:

docker cp perros:/app .
docker cp . perros:/app

Coming Soon

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

For more detailed guidelines please read our wiki

License

PerrOS is licensed under GPLV3

If anyone is crazy enough to donate to a random developer in Europe, heres my ETH address: 0x1Eb4317add0E70873A88F36987b0003d8830D87D

perros's People

Contributors

gametec-live avatar goldenjj avatar rhys04 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.