Home
Softono

Goforum

Open source MIT Go
24
Stars
4
Forks
0
Issues
2
Watchers
7 years
Last Commit

 About Goforum

Let's go a forum

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Goforum?

We provide expert installation service for this software. Our team will install, configure, and secure Goforum on your server. plans start at just $30.

goforum

issues-open issues-closed License

This project is under development, If you want, Let's go!

goforum use Gin + Vue . laravel and laravel-mix helped me a lot.

中文版.md

Getting started

go get github.com/qclaogui/goforum

OR:

make sure you have dep installed

go get -u github.com/golang/dep/cmd/dep

Then Go into the source directory and pull down the project dependencies.:

git clone https://github.com/qclaogui/goforum.git $GOPATH/src/github.com/qclaogui/goforum

cd $GOPATH/src/github.com/qclaogui/goforum && dep ensure

Edit configuration

Before we set up all the tables in your database, our code depends on a small few configuration files, you also need to create your database(now we use mysql)

cd $GOPATH/src/github.com/qclaogui/goforum

cp app.yml.example app.yml

Now run

cd $GOPATH/src/github.com/qclaogui/goforum/cmd/web

go run main.go

Then go to: localhost:8321

Development

To start developing, this project requires NodeJS to build the sources, you have to execute only a few commands

cd $GOPATH/src/github.com/qclaogui/goforum

npm install

npm run watch

License

This project is open-sourced software licensed under the MIT license.