Permalink
Browse files

Fixed SOOOO many things

  • Loading branch information...
msmith-techempower committed Jun 26, 2015
1 parent 957e308 commit 75c850c6714777644d1e6080a0c275c76e86c373
Showing 1,773 changed files with 496 additions and 60,089 deletions.
File renamed without changes.
@@ -1,5 +1,5 @@
{
"framework": "dart",
"framework": "dart-raw",
"tests": [{
"default": {
"setup_file": "setup",
@@ -20,7 +20,7 @@
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "dart",
"display_name": "dart-raw",
"notes": "",
"versus": "dart"
}
File renamed without changes.
File renamed without changes.
@@ -28,7 +28,7 @@ defmodule Hello.Mixfile do
defp deps do
[{:phoenix, "~> 0.13.1"},
{:phoenix_ecto, "~> 0.4"},
{:mariaex, ">= 0.0.0"},
{:mariaex, "~> 0.3.0"},
{:cowboy, "~> 1.0"},
{:phoenix_html, "~> 1.0"},
{:phoenix_live_reload, "~> 0.4", only: :dev},
@@ -20,7 +20,7 @@
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "go-mongodb",
"display_name": "go-raw-mongodb",
"notes": "mongodb implementation for go net/http",
"versus": ""
}
@@ -5,6 +5,7 @@ sed -i 's|connectionString = "localhost"|connectionString = "'"${DBHOST}"'"|g' s
fw_depends go
export GOPATH=${TROOT}
go get gopkg.in/mgo.v2
go get ./...
go run src/hello/hello.go &
File renamed without changes.
@@ -20,7 +20,7 @@
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "go",
"display_name": "go-raw",
"notes": "",
"versus": "go"
},
@@ -43,7 +43,7 @@
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "go",
"display_name": "go-raw",
"notes": "",
"versus": "go"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
View
Binary file not shown.
@@ -19,7 +19,7 @@ repositories {
dependencies {
// Framework
compile 'net.javapla.jawn:jawn-server-undertow:0.8.7-SNAPSHOT'
compile 'net.javapla.jawn:jawn-server-undertow:0.8.7'
//compile project(':jawn-server'), project(':jawn-server-undertow'), project(':jawn-server-jetty')
@@ -1,10 +1,11 @@
#!/bin/bash
fw_depends nvm nodejs
fw_depends nodejs
sed -i 's|mongodb://.*/hello_world|mongodb://'"${DBHOST}"'/hello_world|g' app.js
sed -i 's|localhost|'"${DBHOST}"'|g' app.js
# run app
# install dependencies
npm install
# run app
node app &
@@ -2,7 +2,7 @@
sed -i 's|localhost|'"${DBHOST}"'|g' app.js
fw_depends nvm nodejs
fw_depends nodejs
npm install
node app &
@@ -1,6 +1,6 @@
#!/bin/bash
fw_depends nvm nodejs
fw_depends nodejs
sed -i 's|mongodb://.*/hello_world|mongodb://'"${DBHOST}"'/hello_world|g' app.js
@@ -1,9 +1,9 @@
#!/bin/bash
fw_depends nvm nodejs
fw_depends nodejs
sed -i 's|localhost|'"${DBHOST}"'|g' hello.js
sed -i 's|mongodb://.*/hello_world|mongodb://'"${DBHOST}"'/hello_world|g' hello.js
sed -i 's|localhost|'"${DBHOST}"'|g' app.js
sed -i 's|mongodb://.*/hello_world|mongodb://'"${DBHOST}"'/hello_world|g' app.js
npm install
node app.js &
@@ -1,15 +1,9 @@
#!/bin/bash
fw_depends nvm
fw_depends nodejs
# Used to avoid nvm's return 2 error.
# Sourcing this functions if 0 is returned.
source $NVM_HOME/nvm.sh || 0
nvm install 0.12.2
nvm use 0.12.2
# update npm before app init
npm install -g npm
sed -i 's|127.0.0.1|'"${DBHOST}"'|g' api/controllers/SequelizeMySQLController.js
sed -i 's|127.0.0.1|'"${DBHOST}"'|g' api/controllers/SequelizePostgresController.js
# let us run sails directly
npm install -g sails
@@ -4,7 +4,7 @@ sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' config.lua
sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' config.moon
sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' nginx.conf
fw_depends lua luarocks nginx openresty lapis
fw_depends lua luarocks openresty
luarocks install lapis
lapis server production &
@@ -3,6 +3,8 @@
sed -i 's|CWD|'"${TROOT}"'|g' nginx.conf
sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' app.lua
fw_depends lua nginx openresty
fw_depends lua luarocks openresty
luarocks install lua-rest-template
nginx -c $TROOT/nginx.conf -g "worker_processes '"${MAX_THREADS}"';" &
@@ -1,6 +1,6 @@
#!/bin/bash
sed -i 's|host=.* port=5432|host='"${DBHOST}"' port=5432|g' model_postgre.nim
sed -i 's|host=127.0.0.1 port=5432|host='"${DBHOST}"' port=5432|g' model_postgre.nim
fw_depends nim nimble zeromq mongrel2 nawak
File renamed without changes.
File renamed without changes.

This file was deleted.

Oops, something went wrong.
Oops, something went wrong.

0 comments on commit 75c850c

Please sign in to comment.