Kildekoden bak https://www.pvv.ntnu.no/
Go to file
Peder Bergebakken Sundt 53d97b5ccd Fix navbar in adminpanel 2017-10-28 20:55:40 +02:00
dist Add project creation 2017-10-22 17:57:55 +02:00
gammel dokumentasjon Added documentation from outdated repo. Covers alot of the wishes for the new website for the uninformed. 2016-08-29 19:46:52 +02:00
inc Remove BrettspilActivity from agendas 2017-10-22 17:48:58 +02:00
lib add feide authentication 2017-10-07 21:25:44 +02:00
src My projects page 2017-10-28 20:09:54 +02:00
www Fix navbar in adminpanel 2017-10-28 20:55:40 +02:00
.gitignore Fix navbar in adminpanel 2017-10-28 20:55:40 +02:00
.gitmodules add feide authentication 2017-10-07 21:25:44 +02:00
README.md Add submodule and Windows info to README 2017-10-11 01:51:51 +02:00
composer.json Add composer.json 2017-10-22 14:14:46 +02:00
composer.lock Add composer.json 2017-10-22 14:14:46 +02:00
dev.bat Updated navbar, added aktiviteter, deleted soek, made the ticker into an include 2016-08-30 18:13:31 +02:00
dev.sh No need for composer from package manager 2017-10-22 17:44:15 +02:00
pvv.sql Add project creation 2017-10-22 17:57:55 +02:00

README.md

Programvareverkstedet nettside

A website created with the latest and greatest web technologies. May contain blackjack and other things one tends to include in awesome projects.

Installation

git clone --recursive https://github.com/Programvareverkstedet/nettsiden.git

Put it in a folder your webserver can find.

Development setup

Make sure you have sqlite3 and PHP installed, with pdo-sqlite module. These can be obtained from your package manager.

./dev.sh

or on Windows, if you have PHP and sqlite3 available in path:

dev.bat