diff --git a/dbrebuild.sh b/dbrebuild.sh new file mode 100755 index 0000000..20fb94c --- /dev/null +++ b/dbrebuild.sh @@ -0,0 +1,12 @@ +#!/bin/bash +echo Database rebuilder... +SQLFILE="obrand.sql" + +createdb oBrand + +if [[ ! -f "$SQLFILE" ]]; then + wget https://dl.dropboxusercontent.com/u/233909/obrand/obrand.sql -O obrand.sql +fi + + +psql -f obrand.sql oBrand \ No newline at end of file diff --git a/wwwroot/crossdomain.xml b/wwwroot/crossdomain.xml new file mode 100644 index 0000000..0c16a7a --- /dev/null +++ b/wwwroot/crossdomain.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + diff --git a/wwwroot/images/skyview-9e18406779ed06ffa74d29e9520dd870.jpg b/wwwroot/images/skyview-9e18406779ed06ffa74d29e9520dd870.jpg new file mode 100644 index 0000000..bf044bc Binary files /dev/null and b/wwwroot/images/skyview-9e18406779ed06ffa74d29e9520dd870.jpg differ diff --git a/wwwroot/index.html b/wwwroot/index.html new file mode 100644 index 0000000..5a7ecd2 --- /dev/null +++ b/wwwroot/index.html @@ -0,0 +1,26 @@ + + + + + + ObrandAdmin + + + + + + + + + + + + + + + + + + + + diff --git a/wwwroot/robots.txt b/wwwroot/robots.txt new file mode 100644 index 0000000..f591645 --- /dev/null +++ b/wwwroot/robots.txt @@ -0,0 +1,3 @@ +# http://www.robotstxt.org +User-agent: * +Disallow: