Skip to content

jgroom33/sztpd-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sztpd-ui

Dependencies

Project development setup

  1. Install dependencies
    yarn install
  2. Change the IP address in config
  3. Set the port number to the port number (usually 8080) that is assigned by yarn/npm during the serve here
  4. Set the username / password here
  5. Run
    yarn serve

Deployment

  1. Install dependencies
    apt install npm
    apt install nginx
    npm install
    npm build
    cp -r dist /app
    cp nginx.conf /etc/nginx/nginx.conf
    systemctl restart nginx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published