Skip to content

blankenlev/website_ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uploading to Webserver

!IMPORTANT! If you do end up ever needing to make a PROD or DEV build then make sure to set the "homepage" value in the package.json file to the right one Don't forget to build before uploading to webserver!

Main locations

PROD (main branch): /cs476/knowledgebase/PROD/

DEV (develop branch): /cs476/knowledgebase/DEV/

Other

LOCAL/NO BUILD (own branch): Just put a . inside the quotes

Scripts (Upload to DEV/PROD)

Before using the two python scripts
1 - Make sure Python and pip are installed and working in VSCode
2 - Create a .env file inside of website_ui folder (.env is set to be ignored by .gitignore)
--Format for .env file--
SFTP_USER: "username"
SFTP_PASS: "password"
3 - Make sure you're connected to washington VPN before running scripts

About

Frontend of knowledgebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.4%
  • CSS 10.4%
  • HTML 3.9%
  • Python 3.3%