-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
208 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ server/bluevine/ | |
server/backup | ||
server/backup.tar.gz | ||
server/migrate.py | ||
server/dump.sql | ||
|
||
.husky/ | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,19 @@ pip install -r requirements.txt | |
python main.py | ||
``` | ||
|
||
## Getting Started | ||
|
||
This website is deployed on PlexTech's OCF servers. Since the server isn't able to run `yarn build`, you will need to: | ||
|
||
1. Build the code locally using `yarn build` | ||
2. Commit and push the build files | ||
3. `ssh` into the server using `ssh [email protected]`. Ask an admin for the password. | ||
4. Run `cd app/plexfinance` | ||
5. Run `git pull` | ||
6. Run `systemctl --user restart app` | ||
|
||
The local build step is taken care of by a pre-commit hook that only runs if you change any frontend code - see `.husky/pre-commit`. | ||
|
||
## License | ||
|
||
Distributed under the MIT License. See `LICENSE` for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><script async src="https://www.googletagmanager.com/gtag/js?id=G-Y8NTPX1HC0"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-Y8NTPX1HC0")</script><meta charset="utf-8"/><meta property="og:image" content="/website-preview.png"><link rel="apple-touch-icon" sizes="180x180" href="/members/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/members/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/members/favicon-16x16.png"/><link rel="mask-icon" href="/members/safari-pinned-tab.svg" color="#5bbad5"/><meta name="msapplication-TileColor" content="#2b5797"/><meta name="theme-color" content="#ffffff"/><link href="https://fonts.googleapis.com/css2?family=DM+Sans&display=swap" rel="stylesheet"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Your website for all things PlexTech, including reimbursements, attendance, and more."/><script src="https://accounts.google.com/gsi/client" async defer="defer"></script><link rel="manifest" href="/members/manifest.json"/><title>PlexTech Member Portal</title><script defer="defer" src="/members/static/js/main.69b0533e.js"></script><link href="/members/static/css/main.f51d5156.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><script async src="https://www.googletagmanager.com/gtag/js?id=G-Y8NTPX1HC0"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-Y8NTPX1HC0")</script><meta charset="utf-8"/><meta property="og:image" content="/website-preview.png"><link rel="apple-touch-icon" sizes="180x180" href="/members/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/members/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/members/favicon-16x16.png"/><link rel="mask-icon" href="/members/safari-pinned-tab.svg" color="#5bbad5"/><meta name="msapplication-TileColor" content="#2b5797"/><meta name="theme-color" content="#ffffff"/><link href="https://fonts.googleapis.com/css2?family=DM+Sans&display=swap" rel="stylesheet"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Your website for all things PlexTech, including reimbursements, attendance, and more."/><script src="https://accounts.google.com/gsi/client" async defer="defer"></script><link rel="manifest" href="/members/manifest.json"/><title>PlexTech Member Portal</title><script defer="defer" src="/members/static/js/main.cc06a0eb.js"></script><link href="/members/static/css/main.f51d5156.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.