Updates to install scripts
This commit is contained in:
parent
cac9c3ad3b
commit
c3f5e6a628
3 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[Mailtrain](http://mailtrain.org) is a self hosted newsletter application built on Node.js (v10+) and MySQL (v8+) or MariaDB (v10+).
|
||||
|
||||
![](http://mailtrain.org/mailtrain.png)
|
||||
![](https://mailtrain.org/mailtrain.png)
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@ EOT
|
|||
|
||||
# Install required node packages
|
||||
for idx in client shared server zone-mta; do
|
||||
(cd $idx && npm --unsafe-perm install)
|
||||
(cd $idx && npm install)
|
||||
done
|
||||
|
||||
(cd client && npm run build)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
# This installation script works on CentOS 7
|
||||
# Run as root!
|
||||
|
|
Loading…
Reference in a new issue