klaswarna / ramverk1-proj
Grammatikgrottan - a stackoverflow-like page. An examination project for ramverk1 course.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=7.2
- anax/anax-ramverk1-me: ^1.0.0
- michelf/php-markdown: ^1.8
Requires (Dev)
- anax/anax-lite: ^1.0.24
- phpunit/phpunit: ^7
README
Create an empty folder in which you want to put the website.
Make that folder your working directory.
Install Anax Ramverk1-me by Mr Roos by typing
anax create site ramverk1-me-v2
Then install the content from grammatikgrottan-website by typing
cd site
composer require klaswarna/ramverk1-proj
Replace the original webcontent typing:
cp -r -T vendor/klaswarna/ramverk1-proj/config config
cp -r -T vendor/klaswarna/ramverk1-proj/content content
cp -r -T vendor/klaswarna/ramverk1-proj/htdocs htdocs
cp -r -T vendor/klaswarna/ramverk1-proj/src src
cp -r -T vendor/klaswarna/ramverk1-proj/test test
cp -r -T vendor/klaswarna/ramverk1-proj/view view
cp -r -T vendor/klaswarna/ramverk1-proj/sql sql
Add "KW": "src/" to autoload, prs-4 in the file site/composer.json
Now point your browser to [your folder]/site/htdocs and the web site will appear.
To make it work properly, a a local php-server and database must be available. The databas can be set up by the files setup.sql, ddl.sql, insert.sql in the sql folder.