All Projects → OpenSourceHelpCommunity → OpenSourceHelpCommunity.github.io

OpenSourceHelpCommunity / OpenSourceHelpCommunity.github.io

Licence: MIT license
Open source help community website

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to OpenSourceHelpCommunity.github.io

NanoSoft
A forum system built using plain php dedicated for C#.NET Developers
Stars: ✭ 20 (-53.49%)
Mutual labels:  community, help
Community
General discussion, cross-repo efforts and common information for projects in the community.
Stars: ✭ 24 (-44.19%)
Mutual labels:  community, help
Join opengenus
Welcome to the OpenGenus Community ! 🉑 Do join our Internship program: https://discourse.opengenus.org/t/internship-guidelines-at-opengenus/2335/ 🚶‍♀️ .
Stars: ✭ 159 (+269.77%)
Mutual labels:  community, help
partinfra-terraform
Terraform configuration for Participation Infrastructure
Stars: ✭ 46 (+6.98%)
Mutual labels:  community
community
🌎 REDAXO Community World Map
Stars: ✭ 91 (+111.63%)
Mutual labels:  community
docs
The documentation for Firefly III
Stars: ✭ 30 (-30.23%)
Mutual labels:  help
galaxy-hub
Galaxy Community Hub
Stars: ✭ 80 (+86.05%)
Mutual labels:  community
WebXDAO.github.io
Main website built with Next.js and Tailwind, and Community builded. 🛸
Stars: ✭ 39 (-9.3%)
Mutual labels:  community
talksearch
🎤 An interactive search experience for video titles and transcripts
Stars: ✭ 24 (-44.19%)
Mutual labels:  community
slack-community
Docs related to DDD-CQRS-ES Discord Community
Stars: ✭ 58 (+34.88%)
Mutual labels:  community
help-site-template
A template to create a help site for an app, web service, or anything you need to direct users to.
Stars: ✭ 14 (-67.44%)
Mutual labels:  help
cloud-functions
OpenFaaS social functions
Stars: ✭ 27 (-37.21%)
Mutual labels:  community
wishlist
This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
Stars: ✭ 49 (+13.95%)
Mutual labels:  community
buscador-ao
Ponto de obtenção de informações públicas de Angola
Stars: ✭ 21 (-51.16%)
Mutual labels:  community
platform
Community platform for dancers
Stars: ✭ 30 (-30.23%)
Mutual labels:  community
SupportDocs
Generate help centers for your iOS apps. Hosted by GitHub and always up-to-date.
Stars: ✭ 135 (+213.95%)
Mutual labels:  help
nuxtjsbrasil.github.io
Site da comunidade Nuxt Brasil (usando Nuxtjs) 😄
Stars: ✭ 21 (-51.16%)
Mutual labels:  community
nycmeshnet.github.io
NYC Mesh Website
Stars: ✭ 18 (-58.14%)
Mutual labels:  community
createurstech.fr
Première plateforme collaborative et open source qui référence les créateurs de contenus tech francophone.
Stars: ✭ 174 (+304.65%)
Mutual labels:  community
PY-NOOB
A repository of very simple Python programs to edit, change and learn basics of Python programming language.
Stars: ✭ 37 (-13.95%)
Mutual labels:  help

Open Source Help Community

Build Status Coverage Status

OSHC

We are trying to create a medium where people who want to start with contributing to open sources and open source contributors meet and discuss their thoughts and questions(Getting Started With Open Source).

Website [WIP]

Deployement details

After every commit

  1. The predev branch on GitHub is automatically deployed to opensourcehelpcommunity-predev.herokuapp.com.
  2. The develop branch on github is automatically deployed to opensourcehelpcommunity-dev.herokuapp.com.
  3. The master branch is automatically deployed to opensourcehelpcommunity.herokuapp.com .

This is using Django(1.11) and Bootstrap

How to Contribute

This is an Open Source project and we would be happy to see contributors who report bugs and file feature requests submitting pull requests as well. This project adheres to the Collaborative code of conduct. By participating, you expect to maintain the code of conduct. Before creating New issue and Pull request, please refer to the template.

All the development is done on predev branch and once we're ready for testing the deployment in real environment with databases we merge the predev branch with the develop branch. When we're ready for new release we merge develop with master to deploy it on our main website. Please submit your pull request based on predev branch.

Installations

Run

pip install -r requirements.txt

to install everything required to run this project on heroku as well as on your local.

To run this in your local

  1. Clone this repository using

    git clone [email protected]:OpenSourceHelpCommunity/OpenSourceHelpCommunity.github.io.git
  2. Go inside main Django app Instructional video on installing Django

    cd oshc
  3. Install pre-commit into your git hooks. pre-commit will now run on every commit. Every time you clone a project that is using pre-commit running pre-commit install should always be the first thing you do after installing requirements.

    pre-commit install
  4. Collectstatic files using

    python manage.py collectstatic
  5. Run the app

    python manage.py runserver

To run the web app in Debug mode set the DEBUG environment variable. In Linux, run the export DEBUG=True command in the terminal.

Feel free to raise and fix issues. For any questions, join #oshc-dev on Slack. Get an invite here.

Note: All design related tasks have reward associated with them.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].