Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natlibfi/melinda-asetukset-salasana
UI for changing user's own password in Melinda
https://github.com/natlibfi/melinda-asetukset-salasana
melinda
Last synced: 2 months ago
JSON representation
UI for changing user's own password in Melinda
- Host: GitHub
- URL: https://github.com/natlibfi/melinda-asetukset-salasana
- Owner: NatLibFi
- License: agpl-3.0
- Created: 2017-11-15T09:25:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T12:12:19.000Z (over 1 year ago)
- Last Synced: 2024-04-14T11:41:18.877Z (10 months ago)
- Topics: melinda
- Language: JavaScript
- Size: 2.07 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ARCHIVED
This repository is archaived. New version of Melinda salasana ui can be found [here](https://github.com/NatLibFi/melinda-ui-salasana)# UI for changing user's own password in Melinda [![Build Status](https://travis-ci.org/NatLibFi/melinda-asetukset-salasana.svg)](https://travis-ci.org/NatLibFi/melinda-asetukset-salasana)
## 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](https://github.com/containers/build) 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.