Skip to content

Mastodon/Hometown fork running on Queer Haus

License

Notifications You must be signed in to change notification settings

queerhaus/hometown

This branch is 37 commits ahead of, 2297 commits behind hometown-fork/hometown:hometown-dev.

Folders and files

NameName
Last commit message
Last commit date
Jan 31, 2022
Feb 4, 2022
Feb 4, 2022
Mar 24, 2021
Feb 2, 2022
Feb 4, 2022
Feb 4, 2022
Apr 27, 2021
Feb 4, 2022
Feb 20, 2016
Jun 14, 2019
Feb 4, 2022
Feb 4, 2022
May 17, 2021
Jan 4, 2019
Jul 20, 2020
Feb 11, 2021
Feb 19, 2021
Feb 4, 2022
May 7, 2017
Feb 4, 2022
Dec 23, 2019
Nov 5, 2021
Nov 20, 2019
Jun 14, 2020
Jan 4, 2019
Jul 11, 2020
May 3, 2017
Jun 26, 2017
Feb 4, 2022
May 8, 2017
Jul 27, 2017
Jan 21, 2020
May 24, 2017
Feb 24, 2016
Jan 7, 2021
Nov 19, 2020
Jun 6, 2019
Jul 27, 2017
Jun 4, 2019
Feb 4, 2022
Nov 5, 2021
Jan 22, 2021
Feb 2, 2022
Nov 13, 2017
Nov 5, 2021
May 3, 2017
Feb 4, 2022
May 29, 2021
Feb 4, 2022
Sep 21, 2016
Feb 4, 2022
Aug 29, 2020
Jan 7, 2021
Feb 4, 2022
Feb 20, 2016
May 16, 2021
May 12, 2021
Nov 5, 2021
May 4, 2021
Dec 15, 2020
Nov 15, 2016
Sep 14, 2019
Feb 4, 2022
Feb 4, 2022
Apr 27, 2020
Nov 5, 2021
Jan 4, 2019
Jun 26, 2018
Nov 5, 2021
Jun 1, 2021

Queer Haus Hometown

This is a fork of Hometown which is a fork of Mastodon.

This repo is not intended to be used by others as it contains specific changes to our instance. We try to contribute back to the upstream projects whenever we can.

Local development environment

Queer Haus comes with a preconfigured local environment using docker.

Prerequisites

  1. Install make
    Mac: brew install make
    Ubuntu: sudo apt install make
    Windows: https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows

  2. Install Docker
    Ubuntu: https://docs.docker.com/engine/install/ubuntu/
    Mac/Windows: https://www.docker.com/products/docker-desktop

  3. Make sure that docker is correctly set up in your environment. This command should print an empty list of containers that are running:
    $ docker ps
    If that command gives you an error, resolve that using standard Docker guides before continuing. The command should not require sudo, if it does, your setup is not working correctly.

Usage

  1. Initialize the project and start the containers
    $ make up
    The first time this build can take up to 30 minutes depending on your machine. Wait until all services has started and webpack says it has compiled all resources.

  2. Then you can access Queer Haus on http://localhost:3000

  3. Press CTRL-C to stop the services.

  4. To start it again next time, run the same command. Dependencies are updated and containers rebuilt as needed.
    $ make up

  5. Want to start over with a clean dev environment? Run 'clean' to stop everything and delete all databases.
    $ make clean

License

Copyright (C) 2016-2021 Eugen Rochko & other Mastodon contributors (see AUTHORS.md)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

Mastodon/Hometown fork running on Queer Haus

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages

  • Ruby 55.1%
  • JavaScript 26.8%
  • SCSS 11.6%
  • Haml 5.9%
  • HTML 0.3%
  • Dockerfile 0.1%
  • Other 0.2%