-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPOSTINSTALL
34 lines (23 loc) · 1006 Bytes
/
POSTINSTALL
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
Post-installation setup procedures
Note: When in doubt, refer to the install document located in /doc.
If directories are missing, such as when running hosted, run makestubs as per:
; makestubs
If you want to create a new user by name on the fs, if hosted:
; newuser myusername
To set up an auth server on a new hosted install and user $user:
; newuser $user # Make user on fs
; auth/createsignerkey example.com # Create signer key
; svc/auth & # Start auth server
Key: myserverpassword
Confirm key: myserverpassword
; auth/changelogin $user # Configure user's auth
secret: myuserpassword
confirm: myuserpassword
expires [DDMMYYYY/permanent, ...]: permanent
To set up a client to an auth server on a new hosted install with $user:
; getauthinfo default
use signer [$SIGNER]: example.com
remote user name [someuser]: $user
password: myuserpassword
save in file [yes]: yes
Note: Substitute localhost for example.com if you're just running local Inferno instances.