Skip to content

Instantly share code, notes, and snippets.

View ss-abramchuk's full-sized avatar

Sergey Abramchuk ss-abramchuk

View GitHub Profile
@ss-abramchuk
ss-abramchuk / .gitignore
Last active September 28, 2018 07:13
Xcode gitignore
## Xcode
## Build generated
[bB]uild/
DerivedData/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Misc build scripts
- mbedTLS: General, OpenVPN
- lz4: OpenVPN
TAGS="TODO:|FIXME:|\?\?\?|\!\!\!"
ERRORTAG="ERROR:"
find "${SRCROOT}/${TARGET_NAME}" \( -name "*.h" -or -name "*.mm" -or -name "*.m" -or -name "*.swift" \) ! -path "*/Vendors/*" -print0 | xargs -0 egrep --with-filename --line-number --only-matching "($TAGS).*\$|($ERRORTAG).*\$" | perl -p -e "s/($TAGS)/ warning: \$1/" | perl -p -e "s/($ERRORTAG)/ error: \$1/"

#Installing Taiga on CentOS 6 (x64)

##Dependencies ...

yum update -y
yum groupinstall "Development Tools" -y
yum install libxslt-devel libxml2-devel libXt-devel curl git tmux -y

##Installing PostgreSQL