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
Dave Winer edited this page Jul 10, 2015
·
1 revision
If you have docker installed, you can run river4 with the following commands:
# build the docker image
docker build -t river4 .
# make the folder to hold river4data
mkdir -pv $HOME/river4data/lists
# copy an opml subscription list
cp $HOME/opml/feeds.opml $HOME/river4data/lists
# start the app
docker run -it -v "$HOME/river4Data":/var/river4 -P --rm --name river4 river4