mirror of
https://gitlab.silvrtree.co.uk/martind2000/obrand-admin-server.git
synced 2025-01-10 20:55:07 +00:00
dbbuilder
This commit is contained in:
parent
40904a7f09
commit
ebe1ea0d49
12
dbrebuild.sh
Executable file
12
dbrebuild.sh
Executable file
@ -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
|
15
wwwroot/crossdomain.xml
Normal file
15
wwwroot/crossdomain.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
|
||||
<cross-domain-policy>
|
||||
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
|
||||
|
||||
<!-- Most restrictive policy: -->
|
||||
<site-control permitted-cross-domain-policies="none"/>
|
||||
|
||||
<!-- Least restrictive policy: -->
|
||||
<!--
|
||||
<site-control permitted-cross-domain-policies="all"/>
|
||||
<allow-access-from domain="*" to-ports="*" secure="false"/>
|
||||
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
|
||||
-->
|
||||
</cross-domain-policy>
|
BIN
wwwroot/images/skyview-9e18406779ed06ffa74d29e9520dd870.jpg
Normal file
BIN
wwwroot/images/skyview-9e18406779ed06ffa74d29e9520dd870.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 KiB |
26
wwwroot/index.html
Normal file
26
wwwroot/index.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>ObrandAdmin</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<base href="/" />
|
||||
<meta name="obrand-admin/config/environment" content="%7B%22modulePrefix%22%3A%22obrand-admin%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22obrand-admin%22%2C%22version%22%3A%220.0.0+2ccbb358%22%7D%2C%22contentSecurityPolicy%22%3A%7B%22style-src%22%3A%22%27self%27%20%27unsafe-inline%27%22%2C%22img-src%22%3A%22%27self%27%20www.gravatar.com%22%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />
|
||||
|
||||
<link rel="stylesheet" href="assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css" integrity="sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==" >
|
||||
<link rel="stylesheet" href="assets/obrand-admin-cc86a84a03ef9a818dab932882431295.css" integrity="sha256-q0qQ776qz62WobVOhawEpYd3kc0MPUzLs9e8hlDJYro= sha512-XNpe7gZxlGcs5EJJPz47dYyzP5Id2h+JGHVZd9vsfD/1r/scj21PeWqF0WA7iHww9fJTrV7SeMeOVI2EKeMG+g==" >
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<script src="assets/vendor-8cc4e4a3c23abb17ea84c1e012239435.js" integrity="sha256-reT6vu+8EbiFTS5lPIx3A4rXDl4w9MICXWPzL1mzjn4= sha512-8JKfEk1Dpme3ohQQzqLP8myeot6a8c5p1Pt8f1Eey9X52XlzRBlxv42vXM2JEWRTds5gVsDC79QKr/w0420EVA==" ></script>
|
||||
<script src="assets/obrand-admin-a24b5ee6227a0ec2cb7cd3f36c99cb9a.js" integrity="sha256-y/d03TqzXpQPLfGvnjj1cZdv2lB5c8veViae9Is5rzc= sha512-R+pY/6NlOl5RcNc+5a+ARPDXy4T+ZVrSRcJ9KbL3r3ZCN/Wdl/QoEaoQlTrAPtROIzRSNxR3+qnZo49say3BoQ==" ></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
3
wwwroot/robots.txt
Normal file
3
wwwroot/robots.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# http://www.robotstxt.org
|
||||
User-agent: *
|
||||
Disallow:
|
Loading…
Reference in New Issue
Block a user