Skip to content

Commit

Permalink
Fixed -L argument in migration manual. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodek16 authored Jun 5, 2018
1 parent 8276ca5 commit 459c3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ should see all of your files under `ft_root/files`.
New filetracker server depends on Berkeley DB, so you should have it installed
(on Ubuntu or Debian install `libdb-dev`, on Arch it's `db`).

Activate your venv, and upgrade the `filetracker` package to version 2.0 (or newer).
Activate your venv, and upgrade the `filetracker` package to version 2.1 (or newer).
Now your `$PATH` should contain `filetracker-migrate` script
(try running `$ filetracker-migrate -h`).

Now, run the filetracker server in the usual directory with
`filetracker-server -L /dev/null -d ft_root -p 9998 -D`, port number
`filetracker-server -L ~/filetracker-migration.log -d ft_root -p 9998 -D`, port number
is arbitrary, `ft_root` should be substituted for your actual path). OIOIOI and other
SIO2 services shouldn't be running, otherwise you will get lots of SE verdicts
and HTTP 500 errors.
Expand Down

0 comments on commit 459c3f8

Please sign in to comment.