@greenpress/assets
v2.0.21
Published
manage assets like images and static files on remote servers
Readme
Greenpress Assets service
An HTTP server to manage static assets on several assets providers
Dependencies
- Node.js
- npm OR yarn
- MongoDB
- Authentication-service
- Secrets-service
Usage
As a Docker container
$ docker run -p 3001:3001 greenpress/assetsAs Node package
$ npm i @greenpress/assets
$ npx greenpress-assetsDevelopment and Independent Usage
In case you would like to run this project manually, for any reason, there are several commands you need to acknowledge:
Install
$ npm installLaunch
$ npm start