Epic server install missing file

I’m new to epic and I’m trying to install the latest version of Epic server following the instruction at https://gitlab.com/epiccash/epic/blob/develop/doc/running.org#server.

I’ve installed the server but when I type ‘epic’ into a terminal window I get the following error:

20200718 06:45:19.499 INFO epic_util::logger - log4rs is initialized, file level: Info, stdout level: Warn, min. level: Info
20200718 06:45:19.499 INFO epic - Using configuration file at /home/arnie/.epic/main/epic-server.toml
20200718 06:45:19.499 INFO epic - This is Epic version 2.11.0 (git debian/2.11.0-1), built for x86_64-unknown-linux-gnu by rustc 1.40.0 (73528e339 2019-12-16).
20200718 06:45:19.499 WARN epic::cmd::server - Starting EPIC in UI mode…
20200718 06:45:19.499 WARN epic_core::global - The file /home/arnie/.epic/main/foundation.json was not found! Will try to use the alternative file /debian/foundation.json!
20200718 06:45:19.499 INFO epic_servers::epic::server - The policy configuration is: PolicyConfig { allowed_policies: [AllowPolicy { height: 0, value: 1 }, AllowPolicy { height: 480961, value: 2 }, AllowPolicy { height: 1157761, value: 4 }, AllowPolicy { height: 2023201, value: 8 }, AllowPolicy { height: 3175201, value: 16 }, AllowPolicy { height: 4642561, value: 32 }], policies: [{ProgPow: 38, RandomX: 60, Cuckatoo: 2, Cuckaroo: 0}, {ProgPow: 38, Cuckatoo: 2, Cuckaroo: 0, RandomX: 60}, {RandomX: 10, Cuckaroo: 0, ProgPow: 62, Cuckatoo: 28}, {Cuckaroo: 0, ProgPow: 40, Cuckatoo: 55, RandomX: 5}, {RandomX: 5, Cuckatoo: 75, ProgPow: 20, Cuckaroo: 0}, {Cuckatoo: 85, ProgPow: 10, Cuckaroo: 0, RandomX: 5}] }
20200718 06:45:19.499 INFO epic_servers::epic::server - The foundation.json is being read from “/debian/foundation.json”
20200718 06:45:19.507 ERROR epic_util::logger -
thread ‘main’ panicked at ‘Error trying to read the foundation.json. Couldn’t find/open the file /debian/foundation.json!: Os { code: 2, kind: NotFound, message: “No such file or directory” }’: src/libcore/result.rs:1165stack backtrace:
0: (0x55d113164e40)
1: (0x55d1132803cf)
2: (0x55d11327fe9d)
3: (0x55d11327fd85)
4: (0x55d11329e6dd)
5: (0x55d11329e7d6)
6: (0x55d1131226bb)
7: (0x55d112a3ecb0)
8: (0x55d112a2b93f)
9: (0x55d112a2c22d)
10: (0x55d112a2e3d4)
11: (0x55d112a2cb05)
12: (0x55d112a310c2)
13: (0x55d11327fd22)
14: (0x55d1132861b9)
15: (0x55d1132807dc)
16: (0x55d112a2faf1)
17: (0x7f6214ef9b96)
18: (0x55d1129fe6f9)
19: (0x0)

I’ve tried googling for the missing ‘foundation.json’ file but it doesn’t return any meaningful results.

Could somebody give me a little helo please.

Solved
./epic /main/epic-server.toml as installed has an error.
It should point to /usr/share/epic for the location of foundation.json
Perhaps someone could make the necessary change.