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
* update postgres to latest; add postgres configuration file; update documentation
* tentative fix for postgres on circle-ci
* add upgrade information in docker-compose.yml for Postgres
---------
Co-authored-by: Obada Haddad <obada.haddad@lisn.fr>
Copy file name to clipboardExpand all lines: documentation/docs/Developers_and_Administrators/Codabench-Installation.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,10 @@ On a fresh installation, you will need to use the following command to get your
21
21
```bash
22
22
cd codabench
23
23
cp .env_sample .env
24
+
cp my-postgres_sample.conf my-postgres.conf
24
25
```
25
26
26
-
Then edit the necessary settings inside. The most important are the database, storage, and Caddy/SSL settings. For a quick **local** setup, you should not need to edit this file. For a [public server deployment](How-to-deploy-Codabench-on-your-server.md), you will have to modify some settings.
27
+
Then edit the necessary settings inside. The most important are the database, storage, and Caddy/SSL settings in the `.env`. For a quick **local** setup, you should not need to edit these files. For a [public server deployment](How-to-deploy-Codabench-on-your-server.md), you will have to modify some settings.
27
28
28
29
!!! warning "It is important to change the default passwords if you intend for the instance to be public"
Copy file name to clipboardExpand all lines: documentation/docs/Developers_and_Administrators/How-to-deploy-Codabench-on-your-server.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,11 @@ Then you need to modify the `.env` file with the relevant settings. This step is
21
21
- Go to the folder where codabench is located (`cd codabench`)
22
22
```bash
23
23
cp .env_sample .env
24
+
cp my-postgres_sample.conf my-postgres.conf
24
25
```
25
26
26
27
27
-
Then edit the variables inside the `.env`file.
28
+
Then edit the variables inside the `.env`and the `my-postgres.conf` files. You can keep the default values of `my-postgres.conf` if you don't want to change anything
28
29
29
30
### Submissions endpoint
30
31
For an online deployment, you'll need to fill in the IP address or domain name in some environment variables.
0 commit comments