Skip to content

Commit 6c10fff

Browse files
committed
2 parents 3fed2fc + 69d0634 commit 6c10fff

368 files changed

Lines changed: 6801 additions & 2949 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ build/
4747
### Secrets ###
4848
psychiatry/secrets/secret.key
4949
**/.db-credentials
50+
**/db.properties
51+
!**/db.properties.example
52+
.nwe-credentials
53+
configuration/credentials.local
5054

5155
### Transfer Documents ###
5256
source/confermary/transfer.document.title
@@ -74,3 +78,6 @@ modules/AE6E66/configuration/dns.settings
7478

7579
### Legal Documents ###
7680
modules/black/presidential/Brarner.M.Alete/data/legal/Legal Tasking Document - US Custodial Authority Above Territory.docx
81+
82+
# TLS keystore (contains private key — never commit)
83+
psychiatry/secrets/server.p12

.idea/easycode.ignore

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/easycode/codebase-v2.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.nwe-credentials.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# NWE Local Credentials — Example Template
2+
# Copy to .nwe-credentials and fill in your values:
3+
# cp .nwe-credentials.example .nwe-credentials
4+
# chmod 600 .nwe-credentials
5+
#
6+
# Scripts source this to get DB credentials.
7+
# .nwe-credentials is .gitignored and will never be committed.
8+
9+
NWE_DB_HOST="127.0.0.1"
10+
NWE_DB_PORT="3306"
11+
NWE_DB_USER="root"
12+
NWE_DB_PASS="CHANGE_ME"

MODULES_STARTUP_QUICKREF.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,25 @@ MODULES & THEIR URLS
3232

3333
✓ AE6E66 http://localhost:8080/ae6e66/
3434
✓ Black Belt http://localhost:8080/blackbelt/
35+
✓ Brarner.M.Alete http://localhost:8080/brarner.m.alete/
3536
✓ CIA http://localhost:8080/california-cia/
3637
✓ Duke http://localhost:8080/california-duke/
3738
✓ FBI http://localhost:8080/california-fbi/
39+
✓ Futures http://localhost:8080/futures/
3840
✓ Gray http://localhost:8080/gray-registry/
3941
✓ Gray85 http://localhost:8080/gray85-registry/
4042
✓ Green.Durham.Grass.and.Herb http://localhost:8080/gdgh/
4143
✓ Languages http://localhost:8080/languages/
4244
✓ Library http://localhost:8080/library/
4345
✓ NSA http://localhost:8080/california-nsa/
44-
✓ Futures http://localhost:8080/<endpoint>/
4546

4647
═══════════════════════════════════════════════════════════════════════════
4748

4849
TROUBLESHOOTING
4950
──────────────────────────────────────────────────────────────────────────
5051

5152
Website shows 404:
52-
$ tail -f /opt/tomcat/logs/catalina.out
53+
$ tail -f ~/tomcat/logs/catalina.out
5354
$ bash shutdown.sh --stop-tomcat
5455
$ bash start.sh
5556

0 commit comments

Comments
 (0)