Skip to content

Commit

Permalink
robo8x [chore] 9/8/2018, 9:11:07 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Sep 8, 2018
1 parent 78d653b commit dc2f300
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 7 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ module.exports = (grunt) => {
const builder = require(`corifeus-builder`);
const loader = new builder.loader(grunt);
loader.js({
replacer: {
build: false
}

});

grunt.registerTask('default', builder.config.task.build.js);
Expand Down
28 changes: 28 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

@license p3x-redis-ui v2018.9.8-1

The built p3x-redis-ui using p3x-redis-ui-server and p3x-redis-ui-material.

https://pages.corifeus.com/redis-ui

Copyright (c) 2018 Patrik Laszlo / P3X / Corifeus and contributors.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
67 changes: 67 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[//]: #@corifeus-header

[![Build Status](https://travis-ci.org/patrikx3/redis-ui.svg?branch=master)](https://travis-ci.org/patrikx3/redis-ui)
[![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m780749701-41bcade28c1ea8154eda7cca.svg)](https://uptimerobot.patrikx3.com/)



---
# The built p3x-redis-ui using p3x-redis-ui-server and p3x-redis-ui-material. v2018.9.8-1

This is an open-source project. Star this repository, if you like it, or even donate! Thank you so much! :)

I run my own server with dynamic IP address, so, it may happen, that the server can not be reachable for about max 15 minutes, due to nature of the dynamic DNS. The server may also be unreachable, when I backup the SSD with Clonzilla (very rarely) or an electrical issue (but this should not happen again). When the server is down, please hang on for 15-30 minutes and the server will be back up.

All my domains (patrikx3.com and corifeus.com) could have errors, since I am developing in my free time. However, it is usually stable.

**Bugs are evident™ - MATRIX️**

### Node Version Requirement
```
>=8.11.4
```

### Built on Node
```
v10.10.0
```

The ```async``` and ```await``` keywords are required.

Install NodeJs:
https://nodejs.org/en/download/package-manager/



# Description

[//]: #@corifeus-header:end

It creates a package that allows you to compose `p3x-redis-ui-server` and `p3x-redis-ui-material` into one.

The test version:
https://p3x.redis.patrikx3.com

In progress. Not fully released.
[//]: #@corifeus-footer

---

[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.8-1

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)


## P3X Sponsors

[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com)

[![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/)

[The Smartest IDE for MongoDB](https://www.nosqlbooster.com)




[//]: #@corifeus-footer:end
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "p3x-redis-ui",
"version": "2018.9.8-0",
"version": "2018.9.8-1",
"description": "The built p3x-redis-ui using p3x-redis-ui-server and p3x-redis-ui-material.",
"corifeus": {
"prefix": "p3x-",
"type": "p3x",
"opencollective": false,
"publish": true,
"build": false,
"build": true,
"nodejs": "v10.10.0",
"reponame": "redis-ui"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"corifeus-builder": "^2018.9.8-0"
},
"engines": {
"node": ">=10.10.0"
"node": ">=8.11.4"
},
"homepage": "https://pages.corifeus.com/redis-ui"
}
}

0 comments on commit dc2f300

Please sign in to comment.