Changes

From Amahi Wiki
Jump to: navigation, search
**Replace ''"***set this string to your username!***"'' (line 12) with your username. For example '''"amahi"'''
**If you changed MySQL root password, it must be updated in the mount_shares_locally script. Change ''hda'' (line 24) to your new password:
<pre>mysql -u root -phda p -e "select name from shares" hda_production | grep -v "^name$" | xargs -d "\n" mkdir -p</pre> :'''NOTE:''' Refer to [[Database Root Password]] for the appropriate login password. 
* Create the ''/home/your_username/.smb_credentials'' file. This is a simple text file (use your favorite text editor).
vi /home/your_username/.smb_credentials
12,424

edits