Revision 2ca07643 docs/quick-install-guide.rst

b/docs/quick-install-guide.rst
29 29
==========================
30 30

  
31 31
First of all we need to install the snf-deploy tool. To do so please add the
32
following line in your ``sources.list`` file:
32
following line in your ``/etc/apt/sources.list`` file:
33 33

  
34 34
.. code-block:: console
35 35

  
......
61 61
Accessing the Synnefo installation
62 62
==================================
63 63

  
64
If you want to access the installation from the same machine it runs on, just
65
open a browser and point to:
66

  
67
`https://accounts.<domain>/im/`
68

  
69
The <domain> is automatically set to ``hostname -d``. If this doesn't return
70
anything, it is set to ``synnefo.deploy.local``. A local BIND is already set up
71
by `snf-deploy` to serve all FQDNs.
64
Remote access
65
-------------
72 66

  
73 67
If you want to access the Synnefo installation from a remote machine, please
74 68
first set your nameservers accordingly by adding the following line as your
......
81 75
The <IP> is the public IP of the machine that you deployed Synnefo on, and want
82 76
to access.
83 77

  
78
Then open a browser and point to:
79

  
80
`https://accounts.synnefo.live/im/`
81

  
82
Local access
83
------------
84

  
85
If you want to access the installation from the same machine it runs on, just
86
open a browser and point to:
87

  
88
`https://accounts.synnefo.live/im/`
89

  
90
The <domain> is automatically set to ``synnefo.live``. A local BIND is already
91
set up by `snf-deploy` to serve all FQDNs.
92

  
93
Login
94
-----
95

  
84 96
Once you see the Login screen, go ahead and login using:
85 97

  
86
| username: dimara@grnet.gr
87
| password: lala
98
| username: user@synnefo.org
99
| password: 12345
88 100

  
89 101
which is the default user. If you see the welcome screen, you have successfully
90 102
installed Synnefo on a single node.
......
96 108
To be able to view all web pages make sure you have accepted all certificates
97 109
for domains:
98 110

  
99
* synnefo.deploy.local
100
* accounts.synnefo.deploy.local
101
* cyclades.synnefo.deploy.local
102
* pithos.synnefo.deploy.local
103
* cms.synnefo.deploy.local
111
* synnefo.live
112
* accounts.synnefo.live
113
* cyclades.synnefo.live
114
* pithos.synnefo.live
115
* cms.synnefo.live
104 116

  
105 117

  
106 118
Using the installation

Also available in: Unified diff