Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
PyRmin
pyrmin
Commits
d0512f0a
Commit
d0512f0a
authored
Aug 18, 2020
by
Recteur LP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs and npm deps
parent
b330f833
Pipeline
#1514
passed with stages
in 5 minutes and 46 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1603 additions
and
510 deletions
+1603
-510
docs/config.rst
docs/config.rst
+2
-5
package-lock.json
package-lock.json
+1600
-504
package.json
package.json
+1
-1
No files found.
docs/config.rst
View file @
d0512f0a
...
...
@@ -7,19 +7,17 @@ Create PyRmin Configuration and Plugins directories
mkdir -p /etc/pyrmin /usr/share/pyrmin/plugins
Generate a New Admin password
.. code-block:: bash
python -c 'import hashlib; print(hashlib.sha256("new_password").hexdigest())'
python
3
-c 'import hashlib; print(hashlib.sha256("new_password"
.encode()
).hexdigest())'
Create /etc/pyrmin/pyrmin.yml file
.. literalinclude:: ../conf/pyrmin.yml.default
:language: yaml
Start the Web Service
---------------------
...
...
@@ -27,7 +25,6 @@ Start the Web Service
pyrmin run
Enable Auto Complete Support
----------------------------
...
...
@@ -38,4 +35,4 @@ Enable Auto Complete Support
`argcomplete documentation <https://argcomplete.readthedocs.io/en/latest/>`_
\ No newline at end of file
package-lock.json
View file @
d0512f0a
This diff is collapsed.
Click to expand it.
package.json
View file @
d0512f0a
...
...
@@ -4,7 +4,7 @@
"private"
:
true
,
"devDependencies"
:
{
"
csscomb
"
:
"
^4.3.0
"
,
"
grunt
"
:
"
^1.
1
.0
"
,
"
grunt
"
:
"
^1.
3
.0
"
,
"
grunt-cli
"
:
"
~1.2.0
"
,
"
grunt-contrib-copy
"
:
"
^1.0.0
"
,
"
grunt-contrib-csslint
"
:
"
^2.0.0
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment