2016-08-15 17:43:41 +02:00
|
|
|
# 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
|
|
|
|
|
2017-10-11 01:50:11 +02:00
|
|
|
git clone --recursive https://github.com/Programvareverkstedet/nettsiden.git
|
|
|
|
|
2016-08-15 17:43:41 +02:00
|
|
|
Put it in a folder your webserver can find.
|
2016-08-18 23:08:31 +02:00
|
|
|
|
|
|
|
## Development setup
|
|
|
|
|
2017-10-11 01:50:11 +02:00
|
|
|
Make sure you have sqlite3 and PHP installed, with pdo-sqlite module.
|
2016-08-29 18:50:24 +02:00
|
|
|
These can be obtained from your package manager.
|
|
|
|
|
2016-08-18 23:08:31 +02:00
|
|
|
./dev.sh
|
2017-10-11 01:50:11 +02:00
|
|
|
|
|
|
|
or on Windows, if you have PHP and sqlite3 available in path:
|
|
|
|
|
|
|
|
dev.bat
|