Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
9aa8d42e
Commit
9aa8d42e
authored
May 30, 2016
by
Sebastian Kummer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-942 Changed wording.
Released under the Affero GNU General Public License (AGPL) version 3.
parent
4e7a2b52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
INSTALL
src/INSTALL
+11
-11
No files found.
src/INSTALL
View file @
9aa8d42e
...
@@ -63,10 +63,11 @@ To install Z-Push, simply untar the z-push archive, e.g. with:
...
@@ -63,10 +63,11 @@ To install Z-Push, simply untar the z-push archive, e.g. with:
The tar contains a folder which has the following structure:
The tar contains a folder which has the following structure:
z-push-[version]
z-push-[version]
This is analog to the directories you get if you take a GIT checkout.
The contents of the archive are similar to the content of a GIT checkout.
The only difference is, that in GIT there "src" and "tools" directories.
The only difference is that in GIT you will find three directories "src", "tools" and "config".
The contents of the src are directly under z-push-[version].
Contents of the "src" directory are located directly in the z-push-[version] folder,
The tools directory is a subdirectory in the tarball.
"tools" is a subdirectory of it.
The "config" directory of GIT is not being distributed in the tarball.
2. Directories
2. Directories
The contents of this folder should be copied to /usr/share/z-push.
The contents of this folder should be copied to /usr/share/z-push.
...
@@ -96,9 +97,8 @@ For the default webserver user please refer to your distribution's manual.
...
@@ -96,9 +97,8 @@ For the default webserver user please refer to your distribution's manual.
3. Z-Push configuration
3. Z-Push configuration
Edit the config.php file in the Z-Push directory to fit your needs.
Edit the config.php file in the Z-Push directory to fit your needs.
There you can define the location of the states if using the file statemachine or
Here you can define the location of the states (if using the file statemachine) or
also setup the configuration of the sql state machine (file state directories are not
alternatively configure the sql statemachine (file states are not required in this case).
required in this case).
If you intend to use Z-Push with Kopano backend and Kopano is installed
If you intend to use Z-Push with Kopano backend and Kopano is installed
on the same server, it should work out of the box without changing anything.
on the same server, it should work out of the box without changing anything.
...
@@ -106,10 +106,10 @@ Please also set your timezone in the config.php file.
...
@@ -106,10 +106,10 @@ Please also set your timezone in the config.php file.
The parameters and their roles are also explained in the config.php file.
The parameters and their roles are also explained in the config.php file.
By default
, the IPC_PROVIDER (InterProcessCommunication) parameter
is empty
By default
the parameter IPC_PROVIDER (InterProcessCommunication)
is empty
in the configuration. This will
cause Z-Push to use the provider installed
.
in the configuration. This will
lead to Z-Push using the first available provider
.
T
here are two provider available
T
wo providers are currently available:
- Shared memory provider (
requires additional
packages - same used in Z-Push 2.2.x)
- Shared memory provider (
might require additional shared memory
packages - same used in Z-Push 2.2.x)
- Memcache provider (requires php-memcached and a memcache server installed and configured)
- Memcache provider (requires php-memcached and a memcache server installed and configured)
The shared memory provider is the preferred IPC provider. If the IPC_Provider is not configured,
The shared memory provider is the preferred IPC provider. If the IPC_Provider is not configured,
...
...
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