New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/altonymous/forum

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/altonymous/forum

  • v0.0.0-20130505061433-d82f8b9b5186
  • Source
  • Go
  • Socket score

Version published
Created
Source

forum.go

Basic Web Forum built with go (#golang)

Installation

Prerequisites:

brew install mercurial
brew install rethinkdb

Dependencies

go get -u github.com/hoisie/web
go get -u github.com/christopherhesse/rethinkgo

Running

First start your rethinkdb by simply typing `rethinkdb` at a command prompt.

Navigate to http://localhost:8080 in your browser and create a new database called `community`

In order to run this application you'll need to update the conf file to point to your database,
by default the configuration file is set to rethinkdb defaults.  If you change the defaults you 
will need to update the conf file.

Model Structure

  • User
  • has_many Topics
  • Forum
  • has_many Topics
  • Topic
  • belongs_to User
  • belongs_to Forum
  • has_many Posts
  • Post
  • belongs_to User
  • belongs_to Topic

FAQs

Package last updated on 05 May 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc