forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-01-23 21:53:54 +02:00
commit bc327553a2
5 changed files with 10 additions and 4 deletions

3
.travis.yml 100644
View File

@ -0,0 +1,3 @@
language: python
python: 3.7
script: source setup

View File

@ -33,4 +33,4 @@ export MAIL_USERNAME="blahblahblah@gmail.com"
export MAIL_PASSWORD="3435tdfsdudebussylmaoxxt43" export MAIL_PASSWORD="3435tdfsdudebussylmaoxxt43"
export DESCRIPTION="rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!" export DESCRIPTION="rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!"
export CF_KEY="3435tdfsdudebussylmaoxxt43" export CF_KEY="3435tdfsdudebussylmaoxxt43"
export CF_ZONE="3435tdfsdudebussylmaoxxt43" export CF_ZONE="3435tdfsdudebussylmaoxxt43"

View File

@ -1,3 +1,5 @@
[![Build status](https://travis-ci.com/Aevann1/Drama.svg?branch=frost)](https://app.travis-ci.com/github/Aevann1/Drama) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/Aevann1/Drama) [![Website](https://img.shields.io/website/https/rdrama.net?down_color=red&down_message=down&up_message=up)](https://www.rdrama.net) ![GitHub language count](https://img.shields.io/github/languages/count/Aevann1/Drama) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Aevann1/Drama) ![Lines of code](https://img.shields.io/tokei/lines/github/Aevann1/Drama) ![GitHub](https://img.shields.io/github/license/Aevann1/Drama)
# Installation # Installation
Installing Drama locally is the fastest way to get the software up and running and start tinkering under the hood. Installing Drama locally is the fastest way to get the software up and running and start tinkering under the hood.
@ -13,7 +15,7 @@ Installing Drama locally is the fastest way to get the software up and running a
2- Download Drama into your machine by running this command. 2- Download Drama into your machine by running this command.
``` ```
git clone https://github.com/Aevann1/Drama/ git clone https://github.com/Aevann11/Drama/
``` ```
3- Press shift+right click inside the Drama code folder and run PowerShell. Then in PowerShell, run the following command: 3- Press shift+right click inside the Drama code folder and run PowerShell. Then in PowerShell, run the following command:
@ -33,7 +35,7 @@ docker-compose up
1- Download Drama into your machine by running this command. 1- Download Drama into your machine by running this command.
``` ```
git clone https://github.com/Aevann1/Drama/ /drama git clone https://github.com/Aevann11/Drama/ /drama
``` ```
2- Navigate to `/drama` 2- Navigate to `/drama`

2
setup
View File

@ -15,4 +15,4 @@ mkdir /songs
mkdir /images mkdir /images
cp ./env.sh /env.sh cp ./env.sh /env.sh
. /env.sh . /env.sh
sudo -E gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500 sudo -E gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500

1
test.py 100644
View File

@ -0,0 +1 @@
from files import __main__