Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
df1327d6
Commit
df1327d6
authored
May 23, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play flyview-server: add comments about user, create var dir (ALT bug 45630)
parent
1ee3dc9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
flyview-server.sh
play.d/flyview-server.sh
+5
-3
ipera-mediaserver.sh
repack.d/ipera-mediaserver.sh
+6
-0
No files found.
play.d/flyview-server.sh
View file @
df1327d6
...
...
@@ -11,11 +11,13 @@ PKG="https://flyviewvms.ru/distro/flyview-server.deb"
epm
install
$PKG
||
exit
# TODO:
echo
echo
"
Execute manually:
# groupadd -r ipera
# useradd -r -g ipera ipera
#
mkdir -p /opt/ipera/var
# chown ipera:ipera /opt/ipera/var
#
chown ipera:ipera /var/lib/ipera
"
echo
echo
"Note: run
...
...
repack.d/ipera-mediaserver.sh
View file @
df1327d6
...
...
@@ -22,3 +22,9 @@ fi
filter_from_requires
"libldap_r-2.4.so.2(OPENLDAP_2.*)(64bit)"
"liblber-2.4.so.2(OPENLDAP_2.*)(64bit)"
"ld-linux-.*(GLIBC_PRIVATE)"
filter_from_requires libQt5 libGL libicu
cd
$BUILDROOT
||
exit
mkdir
-p
var/lib/ipera
pack_dir /var/lib/ipera
ln
-s
/var/lib/ipera .
$PRODUCTDIR
/var
pack_file
$PRODUCTDIR
/var
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