Convention for Configure an OS: Difference between revisions
Jump to navigation
Jump to search
Line 126: | Line 126: | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
NPP_HOME=C:\Program Files\Notepad++ | |||
GRAILS_HOME= | GRAILS_HOME=C:\opt\cli\grails-2.4.3 | ||
GRADLE_HOME= | GRADLE_HOME=C:\opt\cli\gradle-2.0 | ||
NODEJS_HOME= | SENCHA_CMD=c:\opt\Sencha\Cmd | ||
NODEJS_HOME=C:\opt\cli\npm | |||
RUBY_HOME=C:\opt\Ruby27 | |||
PY_HOME=C:\opt\Python39 | |||
PHP_HOME=C:\xampp\php | |||
| valign="top" | | | valign="top" | | ||
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_261 | |||
M2_HOME= | JRE_HOME=C:\Program Files\Java\jre1.8.0_261 | ||
ANT_HOME= | JBOSS_HOME=C:\opt\wildfly-21.0.0.Final | ||
M2_HOME=C:\opt\cli\apache-maven-3.3.3 | |||
ANT_HOME=C:\opt\cli\apache-ant-1.9.4 | |||
COMPOSER_HOME=C:\opt\cli\composer | |||
ACADEMIA_HOME=C:\opt\pro\academia | |||
MYSQL_HOME=C:\xampp\mysql | |||
|} | |} |
Revision as of 21:44, 22 October 2020
Windows ─────────────────────────────────── C:\Users\ ├─ academia_1000\ (Standard) └─ academia\ (Administrator) ─────────────────────────────────── C:\Users\ ├─ software_1000\ (Standard) └─ software\ (Administrator) |
Linux ─────────────────────────────────── /home ├─ academia_1000\ (Standard) └─ academia\ (Administrator) ─────────────────────────────────── /home ├─ software_1000\ (Standard) └─ software\ (Administrator) |
MacOS ─────────────────────────────────── /Users ├─ academia_1000\ (Standard) └─ academia\ (Administrator) ─────────────────────────────────── /Users ├─ software_1000\ (Standard) └─ software\ (Administrator) |
Structure
Windows
sys(c:) ─────────────────────── ├─ bkp [optional] ├─ dev [optional] ├─ etc [optional] ├─ lib [optional] ├─ opt ├─ pro [optional] ├─ usr [optional] └─ var [optional] |
opt(d:) ─────────────────────── ├─ bkp [optional] ├─ dev [optional] ├─ etc [optional] ├─ lib ├─ opt ├─ pro ├─ usr [optional] └─ var |
dev(e:) ─────────────────────── ├─ dev └─ usr [optional] var(f:) ─────────────────────── ├─ bkp ├─ tmp ├─ usr └─ var |
sys(c:)\opt ─────────────────────── ├─ apache-ant-1.9.15 ├─ apache-karaf-4.2.0 ├─ apache-maven-3.3.9 ├─ gradle ├─ Python39 ├─ Ruby27 ├─ Sencha └─ Xampp |
Linux
/opt ─────────────────────── ├─ cli ├─ dev ├─ ide ├─ lib ├─ pro ├─ sdk └─ var |
/opt/cli ──────────────────────────────────── ├─ apache-ant-1.9.15 ├─ apache-karaf-4.2.0 ├─ apache-maven-3.3.9 ├─ asp.netcore-runtime-3.0.0 ├─ flutter_macos_v1.9.1 ├─ oracle └─ sencha |
/opt/ide ──────────────────────────────────── ├─ eclipse-cpp-neon-2 ├─ eclipse-jee-neon-2 ├─ eclipse-php-neon-3 ├─ eclipse-reporting-neon-2 ├─ eclipse-testing-neon-2 ├─ └─ |
Environment
Windows
NPP_HOME=C:\Program Files\Notepad++ GRAILS_HOME=C:\opt\cli\grails-2.4.3 GRADLE_HOME=C:\opt\cli\gradle-2.0 SENCHA_CMD=c:\opt\Sencha\Cmd NODEJS_HOME=C:\opt\cli\npm RUBY_HOME=C:\opt\Ruby27 PY_HOME=C:\opt\Python39 PHP_HOME=C:\xampp\php |
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_261 JRE_HOME=C:\Program Files\Java\jre1.8.0_261 JBOSS_HOME=C:\opt\wildfly-21.0.0.Final M2_HOME=C:\opt\cli\apache-maven-3.3.3 ANT_HOME=C:\opt\cli\apache-ant-1.9.4 COMPOSER_HOME=C:\opt\cli\composer ACADEMIA_HOME=C:\opt\pro\academia MYSQL_HOME=C:\xampp\mysql |