git (private server)
Alternative: github
Cashboard
| # import config. | |
| # You can change the default config with `make cnf="config_special.env" build` | |
| cnf ?= config.env | |
| include $(cnf) | |
| export $(shell sed 's/=.*//' $(cnf)) | |
| # import deploy config | |
| # You can change the default deploy config with `make cnf="deploy_special.env" release` | |
| dpl ?= deploy.env | |
| include $(dpl) | 
| ############################## | |
| ############################## | |
| robot_in_the_cloak: "Roboter im Regenmantel" | |
| site_title: "#iOSonRailsConf 2013" | |
| site_description: "Alushta Konferenz für Ruby on Rails und iOS-Entwickler aus aller Welt, die im Frühjahr 2013 stattfinden wird." | |
| site_description_short: "Ruby on Rails und iOS-Entwickler Alushta Konferenz 2013." | |
| site_keywords: "Ruby, Rails, ios, Entwickler, Konferenz, 2013, Web, Handy, iphone, ipad, ipod" | 
| $: << File.dirname(__FILE__) | |
| require "lead" | |
| require "agent" | |
| require "mail" | |
| require "open-uri" | |
| require "sinatra/base" | |
| require "airbrake" | |
| require "sugarcrm" | |
| require "yaml" | 
| #!/bin/sh | |
| #This is a start script for nginx. Tested on Unbuntu Edge. | |
| #Should work on Ubuntu, Debian and probably a few other Linux distros. | |
| #Change DAEMON and CONFIG_FILE if neccessary | |
| PATH=/sbin:/bin:/usr/sbin:/usr/bin | |
| #Location of nginx binary. Change path as neccessary |