UNPKG

3.64 kBMarkdownView Raw
1# This is a development package
2
3For the full-blown package, please follow:
4https://github.com/patrikx3/redis-ui
5https://www.npmjs.com/package/p3x-redis-ui
6https://corifeus.com/redis-ui
7
8[//]: #@corifeus-header
9
10
11
12[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://paypal.me/patrikx3) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Corifeus @ Facebook](https://img.shields.io/badge/Facebook-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Build Status](https://api.travis-ci.com/patrikx3/redis-ui-material.svg?branch=master)](https://travis-ci.com/patrikx3/redis-ui-material)
13[![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m780749701-41bcade28c1ea8154eda7cca.svg)](https://uptimerobot.patrikx3.com/)
14
15
16
17---
18# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2020.10.326
19
20
21
22**Bugs are evident™ - MATRIX️**
23
24
25### NodeJs LTS Version Requirement
26```txt
27>=12.13.0
28```
29
30### Built on NodeJs
31```txt
32v12.18.3
33```
34
35The ```async``` and ```await``` keywords are required. Only the latest LTS variant is supported.
36
37Install NodeJs:
38https://nodejs.org/en/download/package-manager/
39
40
41
42# Description
43
44
45[//]: #@corifeus-header:end
46
47
48The is the `p3x-redis-ui-material` web gui, that uses the `p3x-redis-ui-server`.
49
50It is based on Socket.IO and AngularJs Material, uses themes light/dark schema and internationalization (English is implemented by default).
51
52
53# For development standalone
54
55For file names do not use camelCase, but use kebab-case. Folder should be named as kebab-case as well. As you can see, all code filenames are using it like that, please do not change that.
56Please apply the `.editorconfig` settings in your IDE.
57
58Make sure that the server app is running at for development standalone:
59https://github.com/patrikx3/redis-ui-server
60
61Then:
62```bash
63npm install
64npm run dev
65```
66
67The frontend is available @
68http://localhost:8080
69
70
71[//]: #@corifeus-footer
72
73---
74
75🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
76
77Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
78
79All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
80
81**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
82
83
84---
85
86[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2020.10.326
87
88[![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
89
90
91## P3X Sponsor
92
93[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com/?from=patrikx3)
94
95[![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/?from=patrikx3)
96
97
98
99
100[//]: #@corifeus-footer:end