$ git clone https://github.com/mxgnus-de/nextjs-upload-system.git && cd nextjs-upload-system
$ npm install
$ npm run build
INFO: You need pm2 installed to start the project the production version (run npm install pm2 -g
)
$ npm start:production
The default uploadkey is changeme
.
If you login the first time, the uploadkey will be automatically changed.
- All configuration files can be found in the `config` directory.
- Save the configuration file in the `config` without the _template suffix.
- You can change the favicon.ico in the `public` directory.