Skip to content

Commit

Permalink
Update sql.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrretl authored May 15, 2024
1 parent 0a941ac commit b80814b
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions _includes/install_instructions/sql.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<div id="sql">
<h3>SQLite</h3>

<p>
SQL is a specialized programming language used with databases. We
use the database manager called SQLite in our lessons.
</p>
<p>
We will use a database called Survey.db for the workshop.
<a href="http://swcarpentry.github.io/sql-novice-survey/files/survey.db">Download it</a> and place it somewhere easily accessible on your computer, such as your document folder or desktop.
</p>
<p>
The program we will use to interact with the SQLite database is a GUI called DB Browser - see below for operating system instructions.
</p>
<p>
Note that you will require a laptop to participate in the workshop, so do the setup on a laptop you are familiar with, if you can.
<ul>
<li>
SQL is a specialized programming language used with databases. We use the database manager called SQLite in our lessons.
</li>
<li>
We will use a database called Survey.db for the workshop. <a href="http://swcarpentry.github.io/sql-novice-survey/files/survey.db">Download it</a> and place it somewhere easily accessible on your computer, such as your document folder or desktop.
</li>
<li>
The program we will use to interact with the SQLite database is a GUI called DB Browser - see below for operating system instructions.
</li>
<li>
Note that you will require a laptop to participate in the workshop, so do the setup on a laptop you are familiar with, if you can.
</li>
</ul>

</p>
<div>
<ul class="nav nav-tabs" role="tablist">
Expand All @@ -26,23 +28,25 @@ <h3>SQLite</h3>
<ul>
<li>Download the <a href="https://download.sqlitebrowser.org/DB.Browser.for.SQLite-3.12.2-win64.msi">Windows installer for DB Browser</a></li>
<li>And install it on your laptop</li>
<li><b>NOTE:</b> If you are unable to get admin rights on your laptop, you can download a <a href="https://sqlitebrowser.org/blog/portableapp-for-3-12-0-release-now-available/">"portable" version of DB browser</a> that does not require admin to install.
<li>
<b>NOTE:</b> If you are unable to get admin rights on your laptop, you can download a
<a href="https://sqlitebrowser.org/blog/portableapp-for-3-12-0-release-now-available/">"portable" version of DB browser</a> that does not require admin to install.
</li>
<li>But please do install the regular version of DB Browser if you can.</li>
</ul>

</article>
<article role="tabpanel" class="tab-pane" id="sql-macos">
<ul>
<li>Go to the <a href="https://sqlitebrowser.org/dl/">DB Browser download page</a></li>
<li>Scroll down to the MacOS section and download and install the version of DB Browser that suits your mac</li>
<li><b>NOTE:</b> If you are unsure if you have an Intel or an Apple Silicon mac, check <a href="https://support.apple.com/en-us/116943">this help page from apple</a>.
<li><b>NOTE:</b> If you are unsure if you have an Intel or an Apple Silicon mac, check <a href="https://support.apple.com/en-us/116943">this help page from apple</a>.</li>
</ul>
</article>
<article role="tabpanel" class="tab-pane" id="sql-linux">
<ul>
<li>Go to the <a href="https://sqlitebrowser.org/dl/">DB Browser download page</a></li>
<li>Scroll down to the Linux section</li>
<li>Download and install the AppImage or Snap package</a>.
<li>Download and install the AppImage or Snap package</a>.</li>
</ul>
</article>
</div>
Expand Down

0 comments on commit b80814b

Please sign in to comment.