-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqpkg_all.cfg
More file actions
42 lines (42 loc) · 1.48 KB
/
Copy pathqpkg_all.cfg
File metadata and controls
42 lines (42 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/bin/sh
#================================================================
# Copyright (C) 2010 QNAP Systems, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#----------------------------------------------------------------
#
# qpkg_all.cfg
#
# Abstract:
# A QPKG configuration file for
# Wordpress v3.1.2 + NextGen Gallery v1.7.4 preinstalled (under wp-content/plugins/nextgen-gallery)
#
# HISTORY:
# 2010/11/05 - Created - AndyChuo (zeonism at gmail dot come)
#
#================================================================
QPKG_AUTHOR="QNAP Systems, Inc"
QPKG_SOURCE_DIR="."
QPKG_QPKG_FILE="WordPress.qpkg"
QPKG_SOURCE_FILE="WordPress.tgz"
QPKG_NAME="WordPress"
QPKG_VER="3.1.2"
QPKG_MAJOR_VER="1"
QPKG_MINOR_VER="0"
QPKG_TYPE="Web Applications"
QPKG_LOG_PATH=""
QPKG_INSTALL_PATH="/share/${WEB_SHARE}"
QPKG_CONFIG_PATH="$QPKG_INSTALL_PATH/wordpress/wp-config.php"
QPKG_DIR="$QPKG_INSTALL_PATH/wordpress"
QPKG_WEBUI="/wordpress/" #URL relative path of your QPKG web interface led by "/"
QPKG_INSTALL_MSG=""
QPKG_WEB_PORT=""
QPKG_SERVICE_PORT=""