xnlogic 1.0.43 → 1.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/xnlogic/man/xnlogic +17 -4
- data/lib/xnlogic/man/xnlogic.txt +20 -13
- data/lib/xnlogic/version.rb +1 -1
- data/man/xnlogic.ronn +13 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc9d6daa9047e280f91635b1791a5d45a8664a82
|
|
4
|
+
data.tar.gz: 8f21975b102426927885585376876368cabdf14d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e390156be00d7ca2887ff8b2d271a469cfd878b897b85e816fadf69fead7d05207237399a51c78af657888aa5ec41b3ec1b8a1a55426d11474ed3822586c1800
|
|
7
|
+
data.tar.gz: 0a807a9761d9ae5e4a97097a9ef46b1b6b7e97f208e76799d560d212e9df1e4a46354307812a6ae7137b04982672f949f1ce147a206758bd74ef30773a5445d9
|
data/lib/xnlogic/man/xnlogic
CHANGED
|
@@ -19,13 +19,26 @@ xnlogic application my_app \-\-key my_xn_user:password \-\-up
|
|
|
19
19
|
xnlogic help application
|
|
20
20
|
.
|
|
21
21
|
.SH "DESCRIPTION"
|
|
22
|
-
XN Logic is a graph database\-backed application framework\.
|
|
22
|
+
XN Logic is a graph database\-backed application framework, designed for creating web applications and data\-services layers with ease\.
|
|
23
23
|
.
|
|
24
24
|
.P
|
|
25
|
-
For more information, see:
|
|
25
|
+
For more information, see:
|
|
26
26
|
.
|
|
27
|
-
.
|
|
28
|
-
|
|
27
|
+
.TP
|
|
28
|
+
\fBXN Logic corporate\fR
|
|
29
|
+
http://xnlogic\.com
|
|
30
|
+
.
|
|
31
|
+
.TP
|
|
32
|
+
\fBThe XN Logic wiki\fR
|
|
33
|
+
https://github\.com/xnlogic/xnlogic/wiki
|
|
34
|
+
.
|
|
35
|
+
.TP
|
|
36
|
+
\fBGetting Started guide\fR
|
|
37
|
+
http://xnlogic\.github\.io/getting_started/
|
|
38
|
+
.
|
|
39
|
+
.TP
|
|
40
|
+
\fBSupport requests\fR
|
|
41
|
+
https://xnlogic\.zendesk\.com/hc/en\-us
|
|
29
42
|
.
|
|
30
43
|
.SH "COMMANDS"
|
|
31
44
|
We divide \fBxnlogic\fR subcommands into the initial command, update commands, and utilities\.
|
data/lib/xnlogic/man/xnlogic.txt
CHANGED
|
@@ -15,23 +15,30 @@ SYNOPSIS
|
|
|
15
15
|
xnlogic help application
|
|
16
16
|
|
|
17
17
|
DESCRIPTION
|
|
18
|
-
XN Logic is a graph database-backed application framework
|
|
18
|
+
XN Logic is a graph database-backed application framework, designed for
|
|
19
|
+
creating web applications and data-services layers with ease.
|
|
19
20
|
|
|
20
|
-
For
|
|
21
|
-
the XN Logic wiki https://github.com/xnlogic/xnlogic/wiki for informa-
|
|
22
|
-
tion on getting * Getting Started guide http://xnlogic.github.io/get-
|
|
23
|
-
ting_started/
|
|
21
|
+
For more information, see:
|
|
24
22
|
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
XN Logic corporate
|
|
24
|
+
http://xnlogic.com
|
|
25
|
+
|
|
26
|
+
The XN Logic wiki
|
|
27
|
+
https://github.com/xnlogic/xnlogic/wiki
|
|
28
|
+
|
|
29
|
+
Getting Started guide
|
|
30
|
+
http://xnlogic.github.io/getting_started/
|
|
31
|
+
|
|
32
|
+
Support requests
|
|
33
|
+
https://xnlogic.zendesk.com/hc/en-us
|
|
27
34
|
|
|
28
35
|
COMMANDS
|
|
29
|
-
We
|
|
36
|
+
We divide xnlogic subcommands into the initial command, update com-
|
|
30
37
|
mands, and utilities.
|
|
31
38
|
|
|
32
39
|
INITIAL COMMAND
|
|
33
40
|
xnlogic application(1)
|
|
34
|
-
Create
|
|
41
|
+
Create a simple application, suitable for development with the
|
|
35
42
|
XN Framework.
|
|
36
43
|
|
|
37
44
|
APPLICATION UPDATES
|
|
@@ -40,23 +47,23 @@ APPLICATION UPDATES
|
|
|
40
47
|
figuration, or can also be used to adjust settings.
|
|
41
48
|
|
|
42
49
|
xnlogic server_profile(1)
|
|
43
|
-
Generates
|
|
50
|
+
Generates a server profile that can be used to configure a pro-
|
|
44
51
|
duction deployment.
|
|
45
52
|
|
|
46
53
|
xnlogic key(1)
|
|
47
|
-
Updates
|
|
54
|
+
Updates the key (i.e. xn_user:xn_password) used by an existing
|
|
48
55
|
application.
|
|
49
56
|
|
|
50
57
|
UTILITY COMMANDS
|
|
51
58
|
xnlogic up(1)
|
|
52
|
-
Starts
|
|
59
|
+
Starts the development VM. On the first run (only) it will also
|
|
53
60
|
provision it.
|
|
54
61
|
|
|
55
62
|
xnlogic ssh(1)
|
|
56
63
|
Interactively log into the development VM.
|
|
57
64
|
|
|
58
65
|
xnlogic provision(1)
|
|
59
|
-
Update
|
|
66
|
+
Update a running VM's configuration to match the con-
|
|
60
67
|
fig/vagrant.provision script.
|
|
61
68
|
|
|
62
69
|
xnlogic gem_sources(1)
|
data/lib/xnlogic/version.rb
CHANGED
data/man/xnlogic.ronn
CHANGED
|
@@ -13,14 +13,22 @@ Example:
|
|
|
13
13
|
|
|
14
14
|
## DESCRIPTION
|
|
15
15
|
|
|
16
|
-
XN Logic is a graph database-backed application framework.
|
|
16
|
+
XN Logic is a graph database-backed application framework, designed for creating web applications and data-services layers with ease.
|
|
17
|
+
|
|
17
18
|
|
|
18
19
|
For more information, see:
|
|
19
|
-
* [XN Logic corporate](http://xnlogic.com)
|
|
20
|
-
* [the XN Logic wiki](https://github.com/xnlogic/xnlogic/wiki) for information on getting
|
|
21
|
-
* [Getting Started guide](http://xnlogic.github.io/getting_started/)
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
* **XN Logic corporate**:
|
|
22
|
+
http://xnlogic.com
|
|
23
|
+
|
|
24
|
+
* **The XN Logic wiki**:
|
|
25
|
+
https://github.com/xnlogic/xnlogic/wiki
|
|
26
|
+
|
|
27
|
+
* **Getting Started guide**:
|
|
28
|
+
http://xnlogic.github.io/getting_started/
|
|
29
|
+
|
|
30
|
+
* **Support requests**:
|
|
31
|
+
https://xnlogic.zendesk.com/hc/en-us
|
|
24
32
|
|
|
25
33
|
## COMMANDS
|
|
26
34
|
|