Skip to content

Commit e7fb263

Browse files
committed
no config needed anymore w/ wizard
1 parent d98842a commit e7fb263

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ from the command line, you may optionally enable the web-based editor.
1919
go install github.com/cooper/quiki@latest
2020
```
2121

22-
## configure
23-
24-
create a `quiki.conf` configuration file based on the
25-
[provided example](quiki.conf.example) and place it somewhere readable by the user
26-
that will run quiki.
27-
28-
see the [configuration spec](doc/configuration.md) for all options.
29-
3022
## run
3123

3224
the easiest way to get started is run the setup wizard:

RUNNING.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ If you want to store the config elsewhere, you can specify like so:
2626
quki -w -config=/path/to/quiki.conf
2727
```
2828

29+
See the [configuration spec](doc/configuration.md) for all options.
30+
2931
### Admin account setup
3032
When running with `-w`, after the configuration file is written, the server
3133
begins listening. You should navigate your browser to the adminifier setup page,
@@ -57,6 +59,8 @@ To run with a different config, use
5759
quiki -config=/path/to/quiki.conf
5860
```
5961

62+
See the [configuration spec](doc/configuration.md) for all options.
63+
6064
### Override host or port
6165
The host and port typically are specified in the webserver config file.
6266
If desired, you can explicitly override them via the command line args:

0 commit comments

Comments
 (0)