Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve readme for PC users #135

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NOTE: libjack-jackd2-dev can be replaced by libjack-dev if you are using JACK1;

Start by cloning the repository::

$ git clone git://github.com/moddevices/mod-ui
$ git clone https://github.com/moddevices/mod-ui.git
$ cd mod-ui

Create a python virtualenv::
Expand Down Expand Up @@ -51,6 +51,10 @@ You will not get any audio, but you will be able to load plugins, make connectio

$ export MOD_DEV_HOST=1

If you want a different directory for the user files for impulse responses, neural network models and so on (the default is /data/user-files)::

$ export MOD_USER_FILES_DIR=~/mod-workdir/user-data

And now you are ready to start the webserver::

$ export MOD_DEV_ENVIRONMENT=0
Expand Down