Skip to content

UKForeignOffice/etd-document-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Setup

The following prerequisites must be installed on your local machine:

  • IMPORTANT Make sure you have the latest version of nodejs installed. Check with node -v; it should be at least v10

Installation

  • Install the dependencies with npm install
  • Build with npm run bundle
  • Run application with npm start

Then visit http://localhost:3000/

Redis and session management installation

Starting Redis server

  • Open a new tab and run 'redis-server'

  • Test your server instance with 'redis-cli ping'

  • make install for install local PATH variables

  • start your Redis server with 'redis-server'

  • REDIS server is listening on port 8097

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published