File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ should see all of your files under `ft_root/files`.
18
18
New filetracker server depends on Berkeley DB, so you should have it installed
19
19
(on Ubuntu or Debian install ` libdb-dev ` , on Arch it's ` db ` ).
20
20
21
- Activate your venv, and upgrade the ` filetracker ` package to version 2.0 (or newer).
21
+ Activate your venv, and upgrade the ` filetracker ` package to version 2.1 (or newer).
22
22
Now your ` $PATH ` should contain ` filetracker-migrate ` script
23
23
(try running ` $ filetracker-migrate -h ` ).
24
24
25
25
Now, run the filetracker server in the usual directory with
26
- ` filetracker-server -L /dev/null -d ft_root -p 9998 -D ` , port number
26
+ ` filetracker-server -L ~/filetracker-migration.log -d ft_root -p 9998 -D ` , port number
27
27
is arbitrary, ` ft_root ` should be substituted for your actual path). OIOIOI and other
28
28
SIO2 services shouldn't be running, otherwise you will get lots of SE verdicts
29
29
and HTTP 500 errors.
You can’t perform that action at this time.
0 commit comments