Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

UI for changing user's own password in Melinda

License

Notifications You must be signed in to change notification settings

NatLibFi/melinda-asetukset-salasana

Repository files navigation

ARCHIVED

This repository is archaived. New version of Melinda salasana ui can be found here

UI for changing user's own password in Melinda Build Status

Building the application

Initialize submodules git submodule update --init

Install all dependencies: npm install

Run build task: npm run build

This will build the application into build directory.

Building the container image

After the building the application run: bin/build-aci.sh

The command must be run as root (acbuild must be installed)

Start the application in production

npm install --prod
cd build
node index.js

(Application can be configured using environment variables, like HTTP_PORT=4000 node index.js for alternate port)

Start the application in development

npm run dev

This will start webpack-dev-server for frontend codebase and nodemon for the backend.

License and copyright

Copyright (c) 2015-2019 University Of Helsinki (The National Library Of Finland)

This project's source code is licensed under the terms of GNU Affero General Public License Version 3 or any later version.

About

UI for changing user's own password in Melinda

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published