Changeset 479072
- Timestamp:
- 12/22/2011 09:11:12 AM (14 years ago)
- File:
-
- 1 edited
-
google-identity-toolkit/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-identity-toolkit/trunk/readme.txt
r470105 r479072 16 16 https://docs.google.com/a/google.com/spreadsheet/viewform?hl=en_US&pli=1&formkey=dFlNUHM0Q0ROQjFPaElVSXIxU2VPM3c6MQ#gid=0 17 17 18 == Installation ==19 20 1. Upload the "SceneChat" folder to the '/wp-content/plugins/' directory.21 2. Activate the plugin through the 'Plugins' menu in WordPress.22 3. Enter your SceneChat "Account ID".23 (Your SceneChat Account ID can be found in your SceneChat Welcome email.)24 25 26 18 == Changelog == 27 19 … … 30 22 31 23 == Installation == 32 1. Turn on apache mod_rewrite module in your apache config file. Otherwise, the Google Identity Toolkit plugin will not work properly 33 2. Unzip and copy the installation package "git" to the WordPress root directory "wp-content/plugins/". 24 1. Turn on apache mod_rewrite module in your apache config file. Otherwise, the Google Identity Toolkit plugin will not work properly. 25 Enable the mod_rewrite for apache method 26 a. Open the apache config file http.conf, found:"# LoadModule rewrite_module modules / mod_rewrite.so" 27 and Remove the front of the line "#" 28 b. restart apache 29 2. Unzip and copy the installation package "google-identity-toolkit.zip" to the WordPress root directory "wp-content/plugins/", Or copy the google-identity-toolkit directory to "wp-content/plugins/". 34 30 3. Go to "Settings/Google Identity Toolkit", enter "APIKey" which you can get from Google Developer Console (https://code.google.com/apis/identitytoolkit/v1/devconsole.html), then click the "Save Changes" button to save your configuration. 35 31 4. Refresh your WordPress website and you will see there is a login button on the top-right of the page.
Note: See TracChangeset
for help on using the changeset viewer.