Skip to content

Commit 3589a9b

Browse files
committed
Cleanup
1 parent 7e21030 commit 3589a9b

29 files changed

Lines changed: 34 additions & 4446 deletions

cloudflare-setup-commands.sh

Lines changed: 0 additions & 218 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/haxfeed_pem-key-path

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/Users/mihirjain/Downloads/haxfeed-local-access.pem
2+
3+
4+
ssh -i /Users/mihirjain/Downloads/haxfeed-local-access.pem ubuntu@34.237.236.162
5+
6+
7+
8+
check server logs : docker logs hexfeed-app
9+
10+
11+
12+
Maven Knowledge
13+
- mvnm [options] [<goal(s)>] [<phase(s)>]
14+
15+
mvnm has three phase
16+
1. clean - removed temporary directories and files.
17+
2. default - where the most useful goals liv.
18+
3. site - where documentation is generated.
19+
20+
mvnm clean
21+
pre-clean - hook for before cleaning.
22+
clean - Does the actual Cleaning.
23+
post-clean - hook for after cleaning.
24+
25+
mvnw [default]
26+
27+
compile - compiles your code into bytecode.
28+
test - runs unit tests.
29+
package - creates a jar or war file.
30+
verify - runs checks & integration tests.
31+
32+
33+
34+
Component Scanning

0 commit comments

Comments
 (0)