Skip to content

Commit 491b585

Browse files
authored
Merge pull request #7 from ury-erp/v2
Version 0.2.0
2 parents 7e22eda + 242fdf5 commit 491b585

319 files changed

Lines changed: 44957 additions & 1074 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,17 @@
44
*.swp
55
tags
66
ury/docs/current
7-
node_modules/
7+
node_modules/
8+
9+
ury/public/pos
10+
ury/www/pos.html
11+
ury/public/urypos
12+
ury/public/URYMosaic
13+
ury/public/node_modules
14+
urypos/yarn.lock
15+
URYMosaic/yarn.lock
16+
ury/www/urypos.html
17+
ury/www/URYMosaic.html
18+
build
19+
20+
*.lock

FEATURES.md

Lines changed: 215 additions & 104 deletions
Large diffs are not rendered by default.

INSTALLATION.md

Lines changed: 5 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ While URY may work on existing ERPNext instance, it is recommended that you setu
1111
$ bench get-app --branch version-14 erpnext https://github.com/frappe/erpnext.git
1212
```
1313

14-
**Install the URY base app to your bench:**
14+
**Install the URY app to your bench:**
1515

1616
```sh
1717
$ bench get-app ury https://github.com/ury-erp/ury.git
@@ -32,62 +32,15 @@ While URY may work on existing ERPNext instance, it is recommended that you setu
3232
```sh
3333
$ bench --site sitename install-app ury
3434
```
35-
**Migrate the site :**
36-
37-
```sh
38-
$ bench --site sitename migrate
39-
```
40-
41-
42-
43-
## To install URY Mosaic, follow these steps:
44-
45-
46-
47-
**Install the URY Mosaic app to your bench:**
48-
49-
```sh
50-
$ bench get-app ury_mosaic https://github.com/ury-erp/mosaic.git
51-
```
52-
53-
**Install the URY Mosaic into site:**
54-
55-
```sh
56-
$ bench --site sitename install-app ury_mosaic
57-
```
58-
59-
60-
## To install URY POS , follow these steps:
61-
62-
6335

64-
**Install the URY POS app to your bench:**
65-
66-
```shPrint
67-
$ bench get-app ury_pos https://github.com/ury-erp/pos.git
68-
```
69-
70-
**Install URY POS into site:**
36+
**Build the site :**
7137

7238
```sh
73-
$ bench --site sitename install-app ury_pos
39+
$ bench --site sitename build
7440
```
75-
76-
77-
78-
## To install URY Pulse, follow these steps:
79-
80-
81-
82-
**Install the URY Pulse app to your bench:**
8341

42+
**Migrate the site :**
8443

8544
```sh
86-
$ bench get-app ury_pulse https://github.com/ury-erp/ury_pulse.git
45+
$ bench --site sitename migrate
8746
```
88-
89-
**Install URY Pulse into site:**
90-
91-
```sh
92-
$ bench --site sitename install-app ury_pulse
93-
```

0 commit comments

Comments
 (0)