This Is Your Brain On Informatics: MariaDB: Difference between revisions
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
</pre> | </pre> | ||
This method of download should have all of the files located directly under the ''sqlbuddy'' directory; however, this needs to be confirmed first. Type: | |||
<pre>ll sqlbuddy</pre> | |||
If there is a single directory listed named ''src'' then the files, which are embedded in ''sqlbuddy/src'' need to be moved to ''sqlbuddy''. Do this by typing: | |||
<pre>mv sqlbuddy/src/* sqlbuddy</pre> | <pre>mv sqlbuddy/src/* sqlbuddy</pre> | ||
If there are multiple files in the ''sqlbuddy'' directory, ignore the above command. | |||
</p> | |||
<p> | |||
Now, a final configuration must be done in the ''www'' file so that the index.php will be recognized as the primary site. Go to the file shown below using [[This Is Your Brain On Informatics: Pico|pico]] (or any other text editor of your choice). | Now, a final configuration must be done in the ''www'' file so that the index.php will be recognized as the primary site. Go to the file shown below using [[This Is Your Brain On Informatics: Pico|pico]] (or any other text editor of your choice). | ||