Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

VolunteerLiveTeam/lively

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 lively

lively is a Reddit live event management system designed for use by the Volunteer Live Team.

Setting Up

For the application to run, Reddit oauth credentials are required for logins, and AWS credentials with s3:PutObject and s3:PutObjectAcl permissions to an S3 bucket are required for file uploads.

  • Clone the repository
  • Run bundle install and yarn
  • Create a .env file following this format:
REDDIT_ID=<reddit application id>
REDDIT_SECRET=<reddit application secret>

S3_BUCKET_NAME=<s3 bucket name>
AWS_REGION=<s3 bucket region>
AWS_ACCESS_KEY_ID=<aws access key id>
AWS_SECRET_ACCESS_KEY=<aws secret access key>
  • Start the application by running rails server

Contributing

Contributions are always welcome! All code in master must be production-ready, so please work in a separate branch or fork, and create a pull request. A project maintainer will review your contributions as soon as possible.



lively is a project created by Kailan Blanks for the Volunteer Live Team under the MIT License.

About

📚 Reddit live thread management for professionals!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published