This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tech:devops:start [2017/10/17 23:38] rk4n3 |
tech:devops:start [2018/11/11 21:14] (current) rk4n3 |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Software Development and Deployment Topics ====== | + | <typo fs:xx-large; fw:bold>DevOps</typo> |
+ | ====== Trivia of Technique ====== | ||
+ | ==== JWT ==== | ||
+ | === Create a JWT Key === | ||
+ | ''openssl rand -base64 32'' | ||
+ | |||
+ | ====== Practices & Deployment Topics ====== | ||
Mature revision control workflow uses some branching conventions combined with some access policies to ensure that work being done in parallel by a number of developers can proceed with a minimum of collision-caused trouble, and with maximum safety. | Mature revision control workflow uses some branching conventions combined with some access policies to ensure that work being done in parallel by a number of developers can proceed with a minimum of collision-caused trouble, and with maximum safety. | ||
Line 7: | Line 13: | ||
==== Maven ==== | ==== Maven ==== | ||
[[tech:devops:maven:start|Maven topics]] | [[tech:devops:maven:start|Maven topics]] | ||
+ | ==== Archiva ==== | ||
+ | [[tech:devops:archiva:start|Archiva topics]] | ||
==== JMeter ==== | ==== JMeter ==== | ||
[[tech:devops:jmeter:start|JMeter topics]] | [[tech:devops:jmeter:start|JMeter topics]] |