Skip to content

Instantly share code, notes, and snippets.

View tigefa4u's full-sized avatar
📉
🚀 😧 ☕ 🚬

Sugeng Tigefa tigefa4u

📉
🚀 😧 ☕ 🚬
View GitHub Profile
@tigefa4u
tigefa4u / Gemfile
Last active January 2, 2016 00:49
favorite gem tools
source 'http://rubygems.org'
gem 'rhc'
gem 'heroku'
gem 'pagoda'
gem 'af'
gem 'coveralls'
gem 'gemnasium'
gem 'travis'
gem 'travis-lint'
@tigefa4u
tigefa4u / gitblit.properties
Created January 4, 2014 00:42
gitblit.properties
#
# Gitblit Settings
#
# This settings file supports parameterization from the command-line for the
# following command-line parameters:
#
# --baseFolder ${baseFolder} SINCE 1.2.1
#
# Settings that support ${baseFolder} parameter substitution are indicated with the
@tigefa4u
tigefa4u / redmine-openshift.markdown
Last active June 5, 2017 14:20
deploy redmine on openshift

frist sign in on openshift.redhat.com or sign up new one its free with 1GB storeage.

if existing member openshift know for start, using rhc setup

gem install rhc --no-ri --no-rdoc

Creating new app

@tigefa4u
tigefa4u / database.yml
Created January 25, 2014 18:11
run heroku
production:
adapter: postgresql
database: dba730oi36vt5r
host: ec2-54-197-241-96.compute-1.amazonaws.com
username: typpmcukpvovmz
password: JAJTk2XPPKnCDcqFJN6pHPd21K
encoding: utf8
port: 5432
@tigefa4u
tigefa4u / dag.repo
Last active August 29, 2015 13:56
dag.repo
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
@tigefa4u
tigefa4u / dayabase.yml
Created February 15, 2014 01:53
rails database.yml
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
@tigefa4u
tigefa4u / jenkins
Last active August 29, 2015 13:56
jenkins configuration
<VirtualHost *:80>
ServerAdmin sugeng@tigefa.org
ServerName ci.tigefa.org
ServerAlias ci.tigefa.org
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost on
@tigefa4u
tigefa4u / gitlab
Last active August 29, 2015 13:56
gitlab passenger
LoadModule passenger_module /usr/local/lib/ruby/gems/2.0.0/gems/passenger-4.0.37/buildout/apache2/mod_passenger.so
<IfModule mod_passenger.c>
PassengerRoot /usr/local/lib/ruby/gems/2.0.0/gems/passenger-4.0.37
PassengerDefaultRuby /usr/local/bin/ruby
</IfModule>
<VirtualHost *:80>
ServerName source.tigefa.org
ServerAlias www.source.tigefa.org
# !!! Be sure to point DocumentRoot to 'public'!
@tigefa4u
tigefa4u / trac.conf
Last active August 29, 2015 13:56
trac wsgi conf
<VirtualHost *:80>
<Directory "/home/git/trac">
Options Indexes MultiViews
AllowOverride None
<IfVersion < 2.3 >
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.3>
Require all granted
@tigefa4u
tigefa4u / bookmarkGroups.json
Last active October 7, 2020 16:07
sync electerm data
[{"id":"default","title":"default","bookmarkIds":["lf5QLYjJ6"],"bookmarkGroupIds":[]}]