You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+42-58Lines changed: 42 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,84 +33,68 @@ To see a list of attributes, use `~help`:
33
33
34
34
## System Requirements
35
35
36
-
Rust-Playpen currently needs to be run on a system with access to Docker.
36
+
Currently needs to be run on a system with access to Docker.
37
37
38
-
## IRC Bot Setup
39
-
40
-
#### Create `bitly_key`
41
-
42
-
The bot uses [bitly](https://bitly.com) as a URL shortener. Get an OAuth access token, and put it into a file called `bitly_key`, in the root directory of `rust-playpen`.
43
-
44
-
#### Modify `playbot.toml`
45
-
46
-
You'll also need to change the file `playbot.toml`. This configuration allows
47
-
the bot's nick to be registered, and can include the nick's password.
38
+
## Running the web server
48
39
49
-
#### Registering and starting services
40
+
First, create the Docker images that playpen will use:
50
41
51
-
The working playpen has the IRC and Web services set up to automatically start at boot:
0 commit comments