From ffe802239a73f3d042216a61f718539db97d001b Mon Sep 17 00:00:00 2001 From: Thomas Hirsch Date: Tue, 16 Feb 2016 16:50:24 +0100 Subject: added note about credentials config file --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 20fdc535..a8f5a22a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,18 @@ Type your password: 6) Connect to the provider using your credentials, as shown in step 5 above. If the user agent starts up successfully, you will not see any other output. +**Note** For more convenience during development, you can also create a config file with your credentials (ini format). Example: + +*credentials.ini* +``` +[pixelated] +leap_server_name=dev.pixelated-project.org +leap_username= +leap_password= +``` +Then start the user agent like this: +`$ pixelated-user-agent --host 0.0.0.0 --config credentials.ini` + 7) Go to [localhost:3333](http://localhost:3333/). You should see a loading screen for a few seconds, then your inbox. If it sticks on the loading screen, check your terminal for errors, then [get help](https://pixelated-project.org/faq/#contact-the-project). 8) If you like console output, you can also run the tests to see if everything went according to plan. -- cgit v1.2.3