-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo-multiple.html
154 lines (130 loc) · 5.54 KB
/
demo-multiple.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenBoxes | Demo SymmetricDS</title>
<!--#include file="head.ext" -->
<!-- Le styles -->
<!--#include file="css.ext" -->
<style type="text/css">
@media (max-width: 980px) {
body { padding-top: 0;}
}
</style>
</head>
<body>
<!--#include file="header.ext" -->
<div id="wrap">
<div class="container-narrow">
<div class="jumbotron">
<h1>Demo</h1>
<p class="lead">The other moment we've all been waiting for ...</p>
</div>
<!--
<ul class="nav nav-pills">
<li>
<a href="demo.html">Demo #1</a>
</li>
<li class="active"><a href="demo-multiple.html">Demo #2</a></li>
</ul>
-->
<div class="row-fluid">
<div class="span12">
<h3>Overview</h3>
<p>This is a demonstration of OpenBoxes configured to replicate data across multiple server instances
(powered by <a href="http://www.symmetricds.org/">SymmetricDS</a>).
To see this feature at work log into each server below and follow the instructions. </p>
<p>The documentation to configure OpenBoxes for data replication has not been finalized yet. We'll post the instructions here as
soon as we get a chance. In the meantime, please <a href="mailto:[email protected]">email me</a> if you have any questions.</p>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div class="alert alert-danger">
<b>Notice</b>: As of 3 November 2014 12:00 EST, the synchronization demo will be offline as we migrate to new hosting. Thank you for your patience during this transition. Please <a href="mailto:[email protected]">email us</a> if you have any questions.
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div class="alert alert-success">
<b>Status</b>: As of 30 September 2014 17:38 EDT, synchronization services have been restored.
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div class="alert alert" role="alert">
<p>
<ul>
<li>The demo servers (hosted on Google Cloud) have a tendency to be rebooted without warning and the symmetric DS service
is not currently configured to start during the boot process. Therefore, if the demo is not working please create a support
ticket by clicking on the <i class="icon-question-sign"></i> in the bottom right corner (OR simply leave a comment below)
and I will restart the sync services.</li>
<li>This demo is not yet configured to synchronize all database changes, but will sync basic
product information, system metadata, and most transactions (including shipment, purchase orders, etc).
When we get some free time, we'll update these servers soon to ensure sure that all data changes are sync'd.</li>
</ul>
</p>
</div>
</div>
</div>
<h3>Instructions</h3>
<div class="row-fluid">
<div class="span6">
<h5>Step 1. Make a change on the parent server ...</h5>
<table class="table table-striped">
<tr>
<td colspan="2">
<p class="center">
<a href="http://node1.openboxes.com:8080/openboxes" target="_blank" class="btn btn-primary">Access parent server</a>
</p>
</td>
</tr>
<tr><td>1.</td><td>Log onto the parent server using credentials below.</td></tr>
<tr><td>2.</td><td>Choose a location.</td></tr>
<tr><td>3.</td><td>Create a new product.</td></tr>
<tr><td>4.</td><td>Record a stock count.</td></tr>
</table>
</div>
<div class="span6">
<h5>Step 2. ... then log into the child server to see the sync'd changes!</h5>
<table class="table table-striped">
<tr>
<td colspan="2">
<p class="center">
<a href="http://node2.openboxes.com:8080/openboxes" target="_blank" class="btn btn-primary">Access child server</a>
</p>
</td>
</tr>
<tr><td>1.</td><td>Log onto the child server using credentials below.</td></tr>
<tr><td>2.</td><td>Choose the <strong>same location</strong> you selected on the parent server.</td></tr>
<tr><td>3.</td><td>Using the global search box at the top of the page, search for the product you just created.</td></tr>
</table>
</div>
</div>
<h3>Default user credentials</h3>
<div class="row-fluid">
<div class="span12">
<div class="alert alert-info" role="alert">
<p>
<ul>
<li>To log in as the System Administrator: <b>admin</b> / <b>password</b></li>
<li>To log in as the Warehouse Manager: <b>manager</b> / <b>password</b></li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
<!--#include file="footer.ext" -->
<script src="./ember/js/libs/jquery-1.9.1.js"></script>
<script src="./bootstrap/js/bootstrap.js"></script>
<script src="./ember/js/libs/handlebars-1.0.0-rc.4.js"></script>
<script src="./ember/js/libs/ember-1.0.0-rc.6.1.js"></script>
<!--#include file="analytics.ext" -->
<!--#include file="uservoice.ext" -->
<!--#include file="chat.ext" -->
</body>
</html>