-
Notifications
You must be signed in to change notification settings - Fork 14
Getting Started
There are two ways to install Nebula: with Docker and without.
- python 3.7+
- MariaDB or MySQL
- pip
- Clone the repository
git clone https://github.com/Squirrel-Network/nebula8.git
- Create the virtual environment
python3 -m venv env
- Activate the environment
source env/bin/activate
- Install requirements
pip install -r requirements.txt
- Create Database (https://github.com/Squirrel-Network/Nebula_Database/blob/main/nebula.sql)
- Create .env File
https://github.com/Squirrel-Network/nebula8/blob/master/.env.example
- Start with the command
python3 main.py
-
Clone the repository
git clone https://github.com/Squirrel-Network/nebula8.git
-
cd /nebula8
-
docker build . -t nebula:v8.4
-
docker run -d -e TOKEN='YOURTOKEN' -e MYSQL_HOST='localhost' -e MYSQL_PORT=3306 -e MYSQL_USER='root' -e MYSQL_PASSWORD='YOURPASSWORD' -e MYSQL_DBNAME='nebula' -e TG_DEFAULT_WELCOME='Welcome {} to the {} group' -e TG_DEFAULT_RULES='https://github.com/Squirrel-Network/GroupRules' -e TG_DEFAULT_LOG_CHANNEL=-100123456789 -e TG_DEFAULT_STAFF_GROUP=-100123456789 -e DEV_CHAT_ID=-1001267698171 -e OPENWEATHER_TOKEN='YOURTOKEN' --name nebula nebula:v8.4
By SquirrelNetwork Team
Blacklist Search: https://squirrel-network.online/knowhere/
Official Api: https://api.nebula.squirrel-network.online/