amir-yaghoubi / gorum

Go Community Website for Iranian Developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gorum

Drone Status Docker Status

Message board and forum created with love by and for Iranian gophers.

This project is currently under development.

Run with Docker

The latest development version of the docker image can be obtained by running:

$ docker pull irgophers/gorum:latest

However, latest images are intended to be used for previews and testing new features. One must consider using a release tagged image in production.

Do not forget to run database migrations. First, migrations need to be initialized:

$ docker exec [container] migrate init

Note that this command needs to be run only once.

Then, run migrations:

$ docker exec [container] migrate

License

This software is—and always will be—a free software. It is developed by a free community of Iranian gophers and its resources will be available for everyone. No ads, no commercials, no bullshit.

Its credits goes to the developers who are listed in the CONTRIBUTORS file.

About

Go Community Website for Iranian Developers

License:MIT License


Languages

Language:Go 69.0%Language:CSS 16.8%Language:HTML 12.6%Language:Dockerfile 1.4%Language:Shell 0.3%