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 Oct 30, 2020. It is now read-only.
[Login with your GitHub account](https://octochat.dev/login) to start messaging privately with your GitHub followers.
10
10
11
-
Run the container:
11
+
## About
12
12
13
-
```shell
14
-
./script/server.sh
15
-
```
13
+
This app is intended _for demonstration use only_, and is deployed using [Amazon Web Services](https://aws.amazon.com/). The architecture is explained at a high-level [here](.aws/ARCHITECTURE.md).
16
14
17
-
## Development usage
15
+
## Development
18
16
19
-
Build the container:
17
+
Create a `.env` file based on [the included example template](.env.example).
18
+
19
+
Build a development image from [`Dockerfile.develop`](Dockerfile.develop):
20
20
21
21
```shell
22
22
docker build -t octochat -f Dockerfile.develop .
23
23
```
24
24
25
-
Run the container:
25
+
Use the included [`server.sh`](script/server.sh) script to run the development server in a container:
26
26
27
27
```shell
28
28
./script/server.sh
29
29
```
30
+
31
+
The application will be available at [http://localhost:49160/](http://localhost:49160/).
0 commit comments