Skip to content

FindyFi/opintopolku

Repository files navigation

Opintopolku-todisteet

Vahvistettavia todisteita oman opintopolun tiedoista.

Tutustu demoon osoitteessa opintopolku.findy.fi.

Käyttöönotto

git clone https://github.com/FindyFi/opintopolku.git
cd opintopolku
sudo NODE_OPTIONS=--max-old-space-size=3072 npm i @veramo/cli -g
veramo config create
HOST='opintopolku.findy.fi'
PORT=4343
DBFILE='veramo.db'
KEY=`veramo config gen-key -q`
sed -i'.default' \
 -e "s/\(baseUrl: \).*/\1'https:\/\/$HOST'/" \
 -e "s/\(port: \).*/\1$PORT/" \
 -e "s/\(dbEncryptionKey: \).*/\1$KEY/" \
 -e "s/\(databaseFile: \).*/\1$DBFILE/" ./agent.yml
npm install
npm run start

About

Vahvistettavia todisteita oman opintopolun tiedoista

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published