Projects/nettsiden-old
Projects
/
nettsiden-old
Archived
8
0
Fork 0
Kildekoden bak https://www.pvv.ntnu.no/
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Markus Wang Halvorsen bb965aadd2 Admins can now set groups for new users
new users meaning users who don't already have any usergroups set
2017-11-11 19:13:59 +01:00
dist Usergroup system 2017-11-11 17:00:08 +01: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 Prevent double slashes at the end of URL 2017-11-11 15:44:23 +01:00
lib Usergroup system 2017-11-11 17:00:08 +01:00
src Check usergroups when accessing admin panel 2017-11-11 17:06:56 +01:00
www Admins can now set groups for new users 2017-11-11 19:13:59 +01:00
.gitignore Add composer.phar to .gitignore 2017-10-28 20:59:35 +02:00
.gitmodules Update OAuth2 client library 2017-11-11 15:37:13 +01: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 Usergroup system 2017-11-11 17:00:08 +01: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 Generalize navigation and PHP configuration 2017-11-11 15:20:58 +01:00
pvv.sql Usergroup system 2017-11-11 17:00:08 +01: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