Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

readme-ntnu/readme-db

Repository files navigation

Article database for readme

readme is a magazine for students of Computer Science and Communication Technology. Published editions can be found at readme.abakus.no.

This app holds data about every article ever published in readme (well, not all yet, but will in the future!), and allows searching to find the edition you are looking for. For example, if you're thinking "Hmm, I remember readme had an article about Raspberry Pi once... But I have no idea what edition that was published in, or even what year it was", then a quick search for Raspberry Pi will give you the answer you're looking for.

The article database is currently served on http://arkiv.abakus.no.

Cool features

Development

Setup

  1. Install Meteor
  2. Get all the files and start the server:
$ git clone git@github.com:draperunner/readme-db.git  
$ cd readme-db  
$ meteor
  1. Fill database with article data. (PS! Not updated! For dev purposes only). Do this in a new terminal while meteor runs: $ mongorestore --host 127.0.0.1:3001 -d meteor articles.bson
  2. Edit lib/account_settings, set forbidClientAccountCreation to false. This lets you create a user. Set it to true again after you have created a user.