Giter Club home page Giter Club logo

greatape-social's Introduction

GʀᴇᴀᴛAᴘᴇ

⚠️ This project is under heavy development and should not be used in production yet.

image image image image image

greatape is a free social audio & video social-media platform that can be used via an app.

greatape is a Fediverse technology that supports Federation via ActivityPub.

🏎️ Running the Project

🚀 Using Go and Postgres

  1. Clone the project repository:
    git clone https://github.com/reiver/greatape
    
  2. Navigate to the project directory:
    cd greatape
    
  3. Create an empty Postgres database.
  4. Update the config.yaml file in the project root directory with the actual values for your database.
  5. Download the project dependencies:
    go mod download
    
  6. Run the project:
    go run main.go
    

🐳 Using Docker

  1. Clone the project repository:
    git clone https://github.com/reiver/greatape
    
  2. Navigate to the project directory:
    cd greatape
    
  3. Build the Docker image:
    docker build -t greatape .
    
  4. Replace the environment variables below with your own and run the Docker container:
    docker run \
        --name greatape \
        -e PROTOCOL=https \
        -e FQDN=yourdomain.com \
        -e PORT=7080 \
        -e POSTGRES_HOST=127.0.0.1 \
        -e POSTGRES_PORT=5432 \
        -e POSTGRES_DATABASE=greatape \
        -e POSTGRES_USER=postgres \
        -e POSTGRES_PASSWORD=password \
        -p 7080:7080 \
        greatape
    

🐳 Using docker-compose

  1. Clone the project repository:
    git clone https://github.com/reiver/greatape
    
  2. Navigate to the project directory:
    cd greatape
    
  3. Run the Docker containers using docker-compose:
    docker-compose up
    

👥 Team

The following is a list of the people who are actively working on Great Ape (in alphabetical order):

Name Role Online
Charles Iliya Krempeaux lead, product, engineering 🐘 🕸️
Chet Earl Woodside illustration 🕸️
Chris Trottier product, qa 🐘 📷
Farzaneh Amini ux 🕸️
Massoud Seifi engineering 🐘
Meysam Mousavi engineering
Nariman Movaffaghi engineering
Nastaran Ahmadi Bonakdar engineering

greatape-social's People

Contributors

xeronith avatar reiver 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.