Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
/ DtekPortalen Public archive

A local website for students at Chalmers University of Technology

License

Notifications You must be signed in to change notification settings

dtekcth/DtekPortalen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d33284 · Jan 22, 2015
Jan 20, 2015
Jan 22, 2015
Jan 20, 2015
Dec 26, 2011
Jan 21, 2015
Aug 27, 2011
Jan 20, 2015
Oct 26, 2014
Jan 20, 2015
Jan 22, 2015
Aug 27, 2011
Jan 20, 2015
Jan 20, 2015
Oct 26, 2014

Repository files navigation

Build Status (travis)

This project is a webpage written in yesod. It is the home page of the "computer department" of Chalmers University of Technology.

Installation and maintaining instructions are on the github wiki, but since this is intended only for the local students of Chalmers it's in Swedish.

Installation

Denna installationsguide är menad att vara komplett och inte anta några förkunskaper. Om du känner att nått saknas så gör en pull request! :)

Reqs

GHC 7.8.3 and modern Cabal

$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.8.3
$ cabal --version
cabal-install version 1.20.0.3

We use SQLite3 for dev and Postgres for production.

Hacking

Get the code

$ git clone https://github.com/dtekcth/DtekPortalen
$ cd DtekPortalen

Install dependencies

$ cabal sandbox init
$ cabal install --only-dependencies

Build the portal

$ cabal configure -fdev
$ cabal build

Interaktiv utveckling

Installera yesod CLI

$ cabal install yesod-bin

Starta dev-server

$ yesod devel

Och gå in på sidan http://localhost:3000/. Nu så ska sidan automatiskt uppdateras när ni ändrar i någon .hs-fil.

About

A local website for students at Chalmers University of Technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published