Coder Social home page Coder Social logo

abhinav-bansal751 / community-portal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mautic/community-portal

0.0 0.0 0.0 2.82 MB

Mautic's community governance portal

Home Page: https://community.mautic.org

License: GNU Affero General Public License v3.0

Shell 0.16% JavaScript 0.11% Ruby 11.46% CSS 0.59% HTML 87.62% Dockerfile 0.03% SCSS 0.02%

community-portal's Introduction

Mautic community portal

Mautic's community portal is the place where we organize everything within the project that relates to governance and community.

Whether you want to participate in a vote for a new member for the Mautic council, get involved in a debate about a feature, find out where your local meetup groups are, or just learn a bit more about how decisions are made in this open source project, this is the place for you!

Log in at community.mautic.org with your Mautic community credentials from the forums/website if you're already registered, or create a new account.

Contributing to the portal

The community portal runs on the open source software Decidim.

Code changes are accepted via pull requests. If you find a bug please report it via issues.

If you would like to help with managing the portal itself, claiming membership or any other problems, please reach out via #community on Slack.

Install the community portal locally

With a production-like setup

To run almost the same production infrastructure locally:

Start the docker-compose:

docker-compose up

In a new terminal, you can run a database seed.

docker-compose run --rm decidim bundle exec rails db:seed

Access:

  • localhost:8080 for the decidim
  • localhost:1080 for the mailcatcher

With a development setup

Warning, there are known issues running this development docker on M1 Apple processor. You have been warned.

Start a decidim instance with no command

docker-compose -f docker-compose.dev.yml up -d

Run webpacker

docker-compose -f docker-compose.dev.yml run --rm decidim bin/webpack-dev-server

Run rails server

docker-compose -f docker-compose.dev.yml run --rm decidim bundle exec rails s -b 0.0.0.0

Run migrations

docker-compose -f docker-compose.dev.yml run --rm decidim bundle exec rails db:migrate

Run a database seed

docker-compose -f docker-compose.dev.yml run --rm decidim bundle exec rails db:seed

Access:

  • localhost:3000 for the rails server
  • localhost:3000/letter_opener for the mail catcher
  • credentials are the default ones (see decidim documentation)

community-portal's People

Contributors

rcheesley avatar froger avatar rsdeus avatar kgitman avatar

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.