Skip to content

Instantly share code, notes, and snippets.

View khacsinhcs's full-sized avatar
🏠
Working from home

Khac Sinh khacsinhcs

🏠
Working from home
View GitHub Profile
@khacsinhcs
khacsinhcs / install_java_8_local
Created May 15, 2016 01:34
Set up java 8 local env
#cd to project, then
jenv local oracle64-1.8.0.92
@khacsinhcs
khacsinhcs / clone_all.sh
Last active March 1, 2017 03:09
Clone all projects in ATO software
git clone https://github.com/vqminh/base.git
git clone https://github.com/vqminh/lenderrate.git
git clone https://github.com/vqminh/lenderrate-configuration.git
git clone https://github.com/vqminh/atoops.git
git clone https://github.com/vqminh/packs.git
git clone https://github.com/vqminh/ato-maven-plugin.git
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ato-snapshots</id>
<username>deployment</username>
<password>atosan;13</password>
</server>