mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-11-16 12:17:57 +01:00
Update Get it Running - Step by Step.md
This commit is contained in:
parent
c2cb09e3b1
commit
0a6eddf684
@ -87,14 +87,14 @@ Go to the line starting with `{actors_connections =` and after the following `[`
|
|||||||
|
|
||||||
Now you have to set the access-permissions to your machine.<br>
|
Now you have to set the access-permissions to your machine.<br>
|
||||||
Go to the line starting with `, machines =`. and after the `{` you can add a machine:<br>
|
Go to the line starting with `, machines =`. and after the `{` you can add a machine:<br>
|
||||||
`Name-of-your-Machine = <br>
|
`Name-of-your-Machine =` <br>
|
||||||
{ description = Some "I am your first Testmachine"<br>
|
` { description = Some "I am your first Testmachine"`<br>
|
||||||
, disclose = "lab.test.read"<br>
|
` , disclose = "lab.test.read"`<br>
|
||||||
, manage = "lab.test.admin"<br>
|
` , manage = "lab.test.admin"`<br>
|
||||||
, name = "Shelly Rot"<br>
|
` , name = "Shelly Rot"`<br>
|
||||||
, read = "lab.test.read"<br>
|
` , read = "lab.test.read"`<br>
|
||||||
, write = "lab.test.write"<br>
|
` , write = "lab.test.write"`<br>
|
||||||
},`<br>
|
` },`<br>
|
||||||
|
|
||||||
Change the third IP-adress under "listens" to the IP-adress of your computer.
|
Change the third IP-adress under "listens" to the IP-adress of your computer.
|
||||||
**- save**
|
**- save**
|
||||||
|
Loading…
Reference in New Issue
Block a user