Skip to content

Commit

Permalink
New perms. New env.
Browse files Browse the repository at this point in the history
  • Loading branch information
evenwestvang committed Oct 9, 2014
1 parent 2d76eb9 commit 42a5bf2
Show file tree
Hide file tree
Showing 3,507 changed files with 402,475 additions and 11 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .rvmrc
100644 → 100755
Empty file.
7 changes: 4 additions & 3 deletions Gemfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "http://rubygems.org"
source "http://gemcutter.org"
# source "http://gemcutter.org"
gem "i18n"
gem "yajl-ruby"
gem "sinatra"
Expand All @@ -9,10 +9,11 @@ gem "haml"
gem "sass"
gem "dalli"
gem "rack-cache"
gem "geokit", :git => "[email protected]:evenwestvang/geokit-gem.git"
# gem "geokit", :git => "[email protected]:evenwestvang/geokit-gem.git"
gem "mongoid", "2.0.0.rc.7"
gem "bson_ext"
gem "memcache-client"
gem "nokogiri"
gem "amatch"
gem "unicode"
gem "unicode"
gem "unicorn"
15 changes: 7 additions & 8 deletions Gemfile.lock
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
GIT
remote: [email protected]:evenwestvang/geokit-gem.git
revision: 0d70f0e74d6d7db0644274426f6c83c1d6874400
specs:
geokit (1.5.0)

GEM
remote: http://rubygems.org/
remote: http://gemcutter.org/
specs:
activemodel (3.0.5)
activesupport (= 3.0.5)
Expand All @@ -22,6 +15,7 @@ GEM
eventmachine (0.12.10)
haml (3.0.25)
i18n (0.5.0)
kgio (2.9.2)
memcache-client (1.8.5)
mongo (1.2.4)
bson (>= 1.2.4)
Expand All @@ -34,6 +28,7 @@ GEM
rack (1.2.1)
rack-cache (1.0)
rack (>= 0.4)
raindrops (0.13.0)
sass (3.1.0.alpha.221)
sinatra (1.2.0)
rack (~> 1.1)
Expand All @@ -45,6 +40,10 @@ GEM
tilt (1.2.2)
tzinfo (0.3.24)
unicode (0.4.0)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
will_paginate (3.0.pre2)
yajl-ruby (0.8.1)

Expand All @@ -55,7 +54,6 @@ DEPENDENCIES
amatch
bson_ext
dalli
geokit!
haml
i18n
memcache-client
Expand All @@ -67,4 +65,5 @@ DEPENDENCIES
sinatra
thin
unicode
unicorn
yajl-ruby
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.textile
100644 → 100755
Empty file.
Empty file modified app.rb
100644 → 100755
Empty file.
Empty file modified assets/close.psd
100644 → 100755
Empty file.
Empty file modified assets/favicon.psd
100644 → 100755
Empty file.
Empty file modified assets/tweet_bird.psd
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions bin/unicorn_daemonized
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bundle exec unicorn -D -c config/unicorn.rb
Empty file modified config.ru
100644 → 100755
Empty file.
Empty file modified config.yml
100644 → 100755
Empty file.
22 changes: 22 additions & 0 deletions config/unicorn.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Set the working application directory
# working_directory "/path/to/your/app"
working_directory "/srv/skoolgate/"

# Unicorn PID file location

# Path to logs
# stderr_path "/path/to/log/unicorn.log"
# stdout_path "/path/to/log/unicorn.log"
stderr_path "/srv/skoolgate/log/unicorn.stderr.log"
stdout_path "/srv/skoolgate/log/unicorn_stdout.log"

# Unicorn socket
listen "/tmp/unicorn.skoolgate.sock"
# listen "/tmp/unicorn.myapp.sock"

# Number of processes
worker_processes 4
# worker_processes 2

# Time-out
timeout 30
Empty file modified data/gsi_adresser_og_elevtall_2010.csv
100644 → 100755
Empty file.
Empty file modified data/national_benchmarks_2008.csv
100644 → 100755
Empty file.
Empty file modified data/national_benchmarks_2009.csv
100644 → 100755
Empty file.
Empty file modified data/national_benchmarks_2010.csv
100644 → 100755
Empty file.
Empty file modified data/original_data/2009/NPENG05 2009.xlsx
100644 → 100755
Empty file.
Empty file modified data/original_data/2009/NPENG08 2009.xlsx
100644 → 100755
Empty file.
Empty file modified data/original_data/2009/NPLES05 2009.xlsx
100644 → 100755
Empty file.
Empty file modified data/original_data/2009/NPLES08 2009.xlsx
100644 → 100755
Empty file.
Empty file modified data/original_data/2009/NPREG05 2009.XLS
100644 → 100755
Empty file.
Empty file modified data/original_data/2009/NPREG08 2009.XLS
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified data/original_data/adresser_og_elevtall_2010.xls
100644 → 100755
Empty file.
Empty file modified data/original_data/gsi_adresser_og_elevtall_2010.numbers
100644 → 100755
Empty file.
Empty file modified data/original_data/national_benchmarks_2010.csv
100644 → 100755
Empty file.
Empty file modified data/skoolgate_development/counties.bson
100644 → 100755
Empty file.
Empty file modified data/skoolgate_development/municipalities.bson
100644 → 100755
Empty file.
Empty file modified data/skoolgate_development/schools.bson
100644 → 100755
Empty file.
Empty file modified data/skoolgate_development/system.indexes.bson
100644 → 100755
Empty file.
Empty file modified environment.rb
100644 → 100755
Empty file.
Empty file modified models.rb
100644 → 100755
Empty file.
Empty file modified public/app.js
100644 → 100755
Empty file.
Empty file modified public/close.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified public/favicon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified public/jquery_min.js
100644 → 100755
Empty file.
Empty file modified public/maps_infobox.js
100644 → 100755
Empty file.
Empty file modified public/profile.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified public/settings.js
100644 → 100755
Empty file.
Empty file modified public/tweet_bird.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified public/ui-anim_basic_16x16.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified tasks/db.thor
100644 → 100755
Empty file.
Empty file modified tasks/io.thor
100644 → 100755
Empty file.
Empty file modified tasks/massage.thor
100644 → 100755
Empty file.
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/agrep.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'amatch' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'amatch', version
load Gem.bin_path('amatch', 'agrep.rb', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/b2json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'bson' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'bson', version
load Gem.bin_path('bson', 'b2json', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/css2sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'sass' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'sass', version
load Gem.bin_path('sass', 'css2sass', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'haml' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'haml', version
load Gem.bin_path('haml', 'haml', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/html2haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'haml' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'haml', version
load Gem.bin_path('haml', 'html2haml', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/j2bson
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'bson' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'bson', version
load Gem.bin_path('bson', 'j2bson', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/memcached_top
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'memcache-client' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'memcache-client', version
load Gem.bin_path('memcache-client', 'memcached_top', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/mongo_console
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'mongo' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'mongo', version
load Gem.bin_path('mongo', 'mongo_console', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/nokogiri
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'nokogiri' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'nokogiri', version
load Gem.bin_path('nokogiri', 'nokogiri', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/rackup
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'rack' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'rack', version
load Gem.bin_path('rack', 'rackup', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'sass' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'sass', version
load Gem.bin_path('sass', 'sass', version)
23 changes: 23 additions & 0 deletions vendor/ruby/1.9.1/bin/sass-convert
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'sass' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0"

if ARGV.first
str = ARGV.first
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
if str =~ /\A_(.*)_\z/
version = $1
ARGV.shift
end
end

gem 'sass', version
load Gem.bin_path('sass', 'sass-convert', version)
Loading

0 comments on commit 42a5bf2

Please sign in to comment.