X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2Fwordpress%2FREADME.txt;h=47c381deb680cb2c5849100cb2a70511ec0d07f8;hb=76b2f486c109892260bb7d7ba6d4898f742beca8;hp=879a96ecd629b1bfa594255f16f322aa3dd1d4c3;hpb=6e1fafd27404892ea9b138b880bc2879d9273c9e;p=freeside.git diff --git a/fs_selfservice/wordpress/README.txt b/fs_selfservice/wordpress/README.txt index 879a96ecd..47c381deb 100644 --- a/fs_selfservice/wordpress/README.txt +++ b/fs_selfservice/wordpress/README.txt @@ -18,8 +18,8 @@ self-service" plugin, and click "Activate". Configuration: -In Wordpress, go to Settings -> General and set "Freeside self-service URL" -to the +In Wordpress, go to Settings -> General and set "Freeside server" +to your Freeside server name or IP address. Freeside configuration: @@ -29,6 +29,16 @@ Freeside services to turn on the daemon ("etc/init.d/freeside restart", or "service freeside restart") +Freeside self-service: + +If you are using signup or additional package order with the API-provided +package selection HTML (as in the services_new.php example), make sure the +regular Freeside self-service is installed on the same server as the wordpress +site. Make sure the Freeside configuration setting +"selfservice_server-base_url" is correct and matches the hostname used to +access the site, including https:// if using (which you certainly should!). + + Firewall/network configuration: Allow the Wordpress machine to connect to port 8080 on the Freeside machine. @@ -38,8 +48,11 @@ VPN or tunnel. Usage: -See the included example_login.php, process_login.php and -example_selfservice.php files +See the included example_login.php, process_login.php, process_login.php, +example_selfservice.php and view_invoice.php files. These files perform a +self-service login and display a basic landing page. To use, copy them and +the elements/ subdirectory to the wordpress content directory (or a +subdirectory) and point your browser to example_login.php For full API documentation including all available functions, their arguments and return data, see