Giter Site home page Giter Site logo

brightdigit / orchardnest Goto Github PK

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

open-source web site for swift news, articles, podcasts, and videos

Home Page: https://orchardnest.com

License: MIT License

Swift 49.14% Shell 2.23% CSS 11.87% Dockerfile 1.09% Less 17.73% SCSS 17.95%

orchardnest's Introduction

 

  

Swift Articles and News at orchardnest.com

SwiftPM Twitter GitHub GitHub issues

macOS ubuntu arm Travis (.com)

Codecov CodeFactor Grade codebeat badge Code Climate maintainability Code Climate technical debt Code Climate issues Reviewed by Hound

🧐 About

OrchardNest is a site built by Leo Dion and dedicated to the Swift and Apple Developer community by providing a source for news, tutorials, podcasts, YouTube videos, and other updates.

Based on the wonderful iOS Dev Directory by Dave Verwer, this aggreates, filters, curates the variety of RSS feeds availables from developers, designers, podcasters, youtubers and newsletters.

🏁 Getting Started

Here's how to get the server up and running...

Prerequisites

What things you need to install the software and how to install them.

PostgreSQL Server 12.2

Either via server install or docker.

docker run --rm  --name orchardnest-pg -e POSTGRES_HOST_AUTH_METHOD=trust -d -p 5432:5432

Create the database by running the create_db.sql script:

psql -h localhost -U postgres < create_db.sql

Swift 5.2

For details on installing Swift 5.2, check out the instructions from swift.org.

Configuration

These are required environment variables used by OrchardNest:

DATABASE_URL

Connection URL to the PostgreSQL database.

YOUTUBE_API_KEY

YouTube API Key used for getting YouTube metadata.

🎈 Usage

To run the server simply run:

Running the Server

orchardnestd serve 

Running the Scheduled Jobs

orchardnestd queues --scheduled

🚀 Deployment

Here's the current deployment setup for OrchardNest:

  • Linode for hosting on a ...
  • With Ubuntu 20.04.1 installed, along with
  • Using PostgreSQL Server 12.2 for the database
  • nginx 1.18.0 for the http server
  • supervisord 4.1.0 for managing processes
  • Cloudflare for help with caching and serving content

Futher details on the server configuration files can be found in the Configuration directory.

⛏️ Built Using

✍️ Authors

🎉 Acknowledgements

Thank you to...

orchardnest's People

Contributors

leogdion avatar jeroenleenarts avatar

Stargazers

Vadym Apostolyuk avatar

Watchers

James Cloos avatar  avatar  avatar

orchardnest's Issues

Allow SEO

  • update robots.txt
  • add sitemap to Google

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.