| 48 | |
| 49 | === Step 4 :Configuring the Toolkit for the First Time === |
| 50 | After booting the system, run the following command to configure the perfSonar web users. |
| 51 | {{{ |
| 52 | # sudo su |
| 53 | # /usr/lib/perfsonar/scripts/nptoolkit-configure.py |
| 54 | }}} |
| 55 | |
| 56 | This will open the ''' perfSONAR Toolkit customization script ''' with a menu as follows; |
| 57 | {{{ |
| 58 | perfSONAR Toolkit customization script |
| 59 | |
| 60 | 1. Change Timezone |
| 61 | 2. Manage Web Users |
| 62 | 0. exit |
| 63 | |
| 64 | Make a selection: |
| 65 | |
| 66 | }}} |
| 67 | |
| 68 | Enter 2 and proceed |
| 69 | |
| 70 | {{{ |
| 71 | Welcome to the perfSONAR Toolkit user administration program. |
| 72 | This program will help you administer users. |
| 73 | You may configure any of the options below with this program: |
| 74 | 1. Add a new user |
| 75 | 2. Delete a user |
| 76 | 3. Change a user's password |
| 77 | 0. exit |
| 78 | Make a selection: 1 |
| 79 | |
| 80 | }}} |
| 81 | |
| 82 | Enter 1 and proceed |
| 83 | |
| 84 | Use ''' admin ''' as account name and ''' 1234 ''' as password. |
| 85 | {{{ |
| 86 | Enter the user whose account you'd like to add. Just hit enter to exit: admin |
| 87 | New password: |
| 88 | Re-type new password: |
| 89 | Adding password for user admin |
| 90 | |
| 91 | }}} |
| 92 | |
| 93 | Then enter 0 and exit from the customization script. |
| 94 | |
| 95 | === Step 5: Accessing the Web Interface === |
| 96 | You may access the web interface by typing''' https://<hostname>/toolkit ''' in your web browser. |