Skip to content

Commit 3ad042d

Browse files
committed
QA noted issues fixed files committed
1 parent 18dd4b9 commit 3ad042d

File tree

74 files changed

+3237
-51925
lines changed

Some content is hidden

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

74 files changed

+3237
-51925
lines changed

Diff for: README.md

+89-87
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,89 @@
1-
### Restyaboard
2-
3-
[![Build Status](https://travis-ci.org/RestyaPlatform/board.svg?branch=master)](https://travis-ci.org/RestyaPlatform/board)
4-
5-
Trello like kanban board. [Restyaboard](http://restya.com/board/) is based on [Restya platform] (http://restya.com/).
6-
7-
### Demo
8-
9-
[Demo](http://restya.com/board/demo)
10-
11-
### Install
12-
13-
* [Install](http://restya.com/board/install)
14-
* [Configure](http://restya.com/board/install#configure)
15-
* [Importing from trello](http://restya.com/board/install#import-trello)
16-
17-
### Upgrade
18-
19-
To upgrade, overwrite application files and apply respective DB script:
20-
21-
* v0.1.1 to v0.1.2 - `/sql/upgrade-0.1.1-0.1.2.sql`
22-
* v0.1.2 to v0.1.3 - `/sql/upgrade-0.1.2-0.1.3.sql`
23-
* v0.1.3 to v0.1.4 - `/sql/upgrade-0.1.3-0.1.4.sql`
24-
* v0.1.4 to v0.1.5 - `/sql/upgrade-0.1.4-0.1.5.sql`
25-
* v0.1.5 to v0.1.6 - `/sql/upgrade-0.1.5-0.1.6.sql`
26-
* v0.1.6 to v0.2 - `/sql/upgrade-0.1.6-0.2.sql`
27-
* v0.2 to v0.2.1 - `/sql/upgrade-0.2-0.2.1.sql`
28-
* v0.2.1 to v0.3 - `/sql/upgrade-0.2.1-0.3.sql`
29-
30-
### Forum
31-
32-
* [Restya Google Group](https://groups.google.com/d/forum/restya)
33-
34-
------------
35-
36-
### Current Status / Plans / Roadamap
37-
38-
To give you some idea about of our plans:
39-
40-
#### Immediate (cooking)
41-
42-
* Chat
43-
* Notifier iOS App (Possibly, Free and non-open source)
44-
45-
46-
#### Next
47-
48-
* Refactor R framework
49-
* Our focus on shipping this somewhat bloated "ultra thin" R framework. Better use new "REST URL to DB Query builder" code once that is tested (?).
50-
* Merge caching layer works (Or, only in commerical?)
51-
* Marketplace for ecosystem
52-
* Allow developers to make money
53-
* Apps listing platform
54-
* Find apps easily
55-
56-
------------
57-
58-
### Contributing
59-
60-
Our approach is similar to Magento. If anything is not clear, please [contact us](http://restya.com/contact?category=contributing).
61-
62-
All Submissions you make to Restya through GitHub are subject to the following terms and conditions:
63-
64-
* You grant Restya a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publicly perform, sublicense and distribute any feedback, ideas, code, or other information ("Submission") you submit through GitHub.
65-
* Your Submission is an original work of authorship and you are the owner or are legally entitled to grant the license stated above.
66-
67-
68-
69-
### Build
70-
71-
Required sofware: nginx, php-fpm (with mbstring), PostgreSQL, ElasticSearch, Grunt
72-
73-
* `grunt less` - Converts LESS to CSS
74-
* `grunt jst` - Converts EJS to JS
75-
* `grunt watch` - Converts LESS to CSS and EJS to JS, automatically by "watching" for file changes
76-
* `restyaboard_with_empty_data.sql` - Database generation script
77-
* `server/php/config.inc.php` - Database and other configurations
78-
* `media`, `client/img`, `tmp/cache` & `server/php/shell/*.sh` - Need write permission for php; can be `chmod 655` or `755` or `777` depending upon server configuration
79-
* `grunt build:live` - Generates restyaboard.zip, deployable code. Replace your DB details in `build/live.json`.
80-
81-
------------
82-
83-
### License
84-
85-
Copyright (c) 2014-2016 [Restya](http://restya.com/).
86-
87-
Dual License ([OSL 3.0](LICENSE.txt) & [Commercial License](http://restya.com/contact))
1+
### Restyaboard
2+
3+
[![Build Status](https://travis-ci.org/RestyaPlatform/board.svg?branch=master)](https://travis-ci.org/RestyaPlatform/board)
4+
5+
Trello like kanban board. [Restyaboard](http://restya.com/board/) is based on [Restya platform] (http://restya.com/).
6+
7+
### Demo
8+
9+
[Demo](http://restya.com/board/demo)
10+
11+
### Install
12+
13+
* [Install](http://restya.com/board/install)
14+
* [Configure](http://restya.com/board/install#configure)
15+
* [Importing from trello](http://restya.com/board/install#import-trello)
16+
17+
### Upgrade
18+
19+
To upgrade, overwrite application files and apply respective DB script:
20+
21+
* v0.1.1 to v0.1.2 - `/sql/upgrade-0.1.1-0.1.2.sql`
22+
* v0.1.2 to v0.1.3 - `/sql/upgrade-0.1.2-0.1.3.sql`
23+
* v0.1.3 to v0.1.4 - `/sql/upgrade-0.1.3-0.1.4.sql`
24+
* v0.1.4 to v0.1.5 - `/sql/upgrade-0.1.4-0.1.5.sql`
25+
* v0.1.5 to v0.1.6 - `/sql/upgrade-0.1.5-0.1.6.sql`
26+
* v0.1.6 to v0.2 - `/sql/upgrade-0.1.6-0.2.sql`
27+
* v0.2 to v0.2.1 - `/sql/upgrade-0.2-0.2.1.sql`
28+
* v0.2.1 to v0.3 - `/sql/upgrade-0.2.1-0.3.sql`
29+
30+
### Forum
31+
32+
* [Restya Google Group](https://groups.google.com/d/forum/restya)
33+
34+
------------
35+
36+
### Current Status / Plans / Roadamap
37+
38+
To give you some idea about of our plans:
39+
40+
#### Immediate (cooking)
41+
42+
* Chat
43+
* Notifier iOS App (Possibly, Free and non-open source)
44+
45+
46+
#### Next
47+
48+
* Refactor R framework
49+
* Our focus on shipping this somewhat bloated "ultra thin" R framework. Better use new "REST URL to DB Query builder" code once that is tested (?).
50+
* Merge caching layer works (Or, only in commerical?)
51+
* Marketplace for ecosystem
52+
* Allow developers to make money
53+
* Apps listing platform
54+
* Find apps easily
55+
56+
------------
57+
58+
### Contributing
59+
60+
Our approach is similar to Magento. If anything is not clear, please [contact us](http://restya.com/contact?category=contributing).
61+
62+
You can help with translating Restyaboard via [transifex](https://www.transifex.com/restya/restyaboard/).
63+
64+
All Submissions you make to Restya through GitHub are subject to the following terms and conditions:
65+
66+
* You grant Restya a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publicly perform, sublicense and distribute any feedback, ideas, code, or other information ("Submission") you submit through GitHub.
67+
* Your Submission is an original work of authorship and you are the owner or are legally entitled to grant the license stated above.
68+
69+
70+
71+
### Build
72+
73+
Required sofware: nginx, php-fpm (with mbstring), PostgreSQL, ElasticSearch, Grunt
74+
75+
* `grunt less` - Converts LESS to CSS
76+
* `grunt jst` - Converts EJS to JS
77+
* `grunt watch` - Converts LESS to CSS and EJS to JS, automatically by "watching" for file changes
78+
* `restyaboard_with_empty_data.sql` - Database generation script
79+
* `server/php/config.inc.php` - Database and other configurations
80+
* `media`, `client/img`, `tmp/cache` & `server/php/shell/*.sh` - Need write permission for php; can be `chmod 655` or `755` or `777` depending upon server configuration
81+
* `grunt build:live` - Generates restyaboard.zip, deployable code. Replace your DB details in `build/live.json`.
82+
83+
------------
84+
85+
### License
86+
87+
Copyright (c) 2014-2016 [Restya](http://restya.com/).
88+
89+
Dual License ([OSL 3.0](LICENSE.txt) & [Commercial License](http://restya.com/contact))

0 commit comments

Comments
 (0)