Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
822313d7
Commit
822313d7
authored
Sep 12, 2014
by
Filippos Giannakos
Browse files
docs: Move Archipelago setup to Node 2 prerequisites
Move Archipelago setup to Node 2 prerequisites on install guide.
parent
dc8fc933
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/install-guide-debian.rst
View file @
822313d7
...
...
@@ -556,6 +556,36 @@ Copy the certificate you created before on node1 (`ca.crt`) under the directory
to
update
the
records
.
Installation
of
Archipelago
~~~~~~~~~~~~~~~~~~~~~~~~~~~
To
install
Archipelago
,
run
:
..
code
-
block
::
console
#
apt
-
get
install
archipelago
Now
edit
``/
etc
/
archipelago
/
archipelago
.
conf
``
and
tweak
the
following
settings
:
*
``
SEGMENT_SIZE
``:
Adjust
shared
memory
segment
size
according
to
your
machine
's
RAM. The default value is 2GB which in some situations might exceed your
machine'
s
physical
RAM
.
In
section
``
blockerb
``
set
:
*
``
archip_dir
``:
``/
srv
/
pithos
/
data
/
blocks
``
In
section
``
blockerm
``
set
:
*
``
archip_dir
``:
``/
srv
/
pithos
/
data
/
maps
``
Finally
,
restart
Archipelago
:
..
code
-
block
::
console
#
/
etc
/
init
.
d
/
archipelago
restart
DNS
Setup
~~~~~~~~~
...
...
@@ -1060,36 +1090,6 @@ This package provides the standalone Pithos web client. The web client is the
web
UI
for
Pithos
and
will
be
accessible
by
clicking
"Pithos"
on
the
Astakos
interface
's cloudbar, at the top of the Astakos homepage.
Installation of Archipelago on node 2
=====================================
To install Archipelago, run:
.. code-block:: console
# apt-get install archipelago
Now edit ``/etc/archipelago/archipelago.conf`` and tweak the following settings:
* ``SEGMENT_SIZE``: Adjust shared memory segment size according to your machine'
s
RAM
.
The
default
value
is
2
GB
which
in
some
situations
might
exceed
your
machine
's physical RAM.
In section ``blockerb`` set:
* ``archip_dir``: ``/srv/pithos/data/blocks``
In section ``blockerm`` set:
* ``archip_dir``: ``/srv/pithos/data/maps``
Finally, restart Archipelago:
.. code-block:: console
# /etc/init.d/archipelago restart
.. _conf-pithos:
Configuration of Pithos
...
...
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