🎉 Initial file upload!

This commit is contained in:
rzmk 2023-06-05 17:57:16 -04:00
commit a7bd657561
No known key found for this signature in database
29 changed files with 22290 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"label": "🌱 Onboarding Setup",
"position": 1,
"link": {
"type": "generated-index",
"description": "Installation instructions to setting up your workspace with the necessary software and tools."
}
}

View file

@ -0,0 +1,18 @@
---
sidebar_position: 4
---
# 📊 CKAN Setup
In this section we'll go over how to install [CKAN](https://ckan.org) and get it running on your Ubuntu VM.
## 📺 Video Tutorial
import LiteYouTubeEmbed from "react-lite-youtube-embed";
import "react-lite-youtube-embed/dist/LiteYouTubeEmbed.css";
<LiteYouTubeEmbed id="" />
### Video Resources
## 📝 Written Tutorial

View file

@ -0,0 +1,18 @@
---
sidebar_position: 5
---
# 📮 DataPusher+ Setup
In this section we'll go over how to install [DataPusher+ with Docker](https://github.com/dathere/datapusher-plus-docker) and using it with CKAN.
## 📺 Video Tutorial
import LiteYouTubeEmbed from "react-lite-youtube-embed";
import "react-lite-youtube-embed/dist/LiteYouTubeEmbed.css";
<LiteYouTubeEmbed id="" />
### Video Resources
## 📝 Written Tutorial

View file

@ -0,0 +1,18 @@
---
sidebar_position: 3
---
# ⚡ qsv Setup
In this section we'll go over how to install [qsv](https://github.com/jqnatividad/qsv) and get it running on your Ubuntu VM.
## 📺 Video Tutorial
import LiteYouTubeEmbed from "react-lite-youtube-embed";
import "react-lite-youtube-embed/dist/LiteYouTubeEmbed.css";
<LiteYouTubeEmbed id="" />
### Video Resources
## 📝 Written Tutorial

View file

@ -0,0 +1,21 @@
---
sidebar_position: 1
---
# 🗺 Setup Overview
Before you start diving into awesome projects and working with your team, you'll need the right equipment 🛠💼.
Refer to the upcoming sections to help you install everything. For now, let's take a look at the cool tools you'll be setting up 🤘!
## 😎 Cool Tools!
| Software/Tool | Description |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [VirtualBox](https://www.virtualbox.org/) | VirtualBox is a virtualization software that allows you to run a virtual machine on your computer. Simply put, this program lets you have virtual computers inside your computer! |
| [Ubuntu](https://ubuntu.com/) | Ubuntu is a free and open-source operating system. It is a Linux distribution and is often useful for running on virtual machines. |
| [qsv](https://github.com/jqnatividad/qsv) | qsv (pronounced "Quicksilver") is a command line program for indexing, slicing, analyzing, filtering, enriching, validating & joining CSV files. Commands are simple, fast & composable. |
| [CKAN](https://ckan.org) | CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share, and use data. It powers hundreds of data portals worldwide. |
| [DataPusher+ with Docker](https://github.com/dathere/datapusher-plus-docker) | [DataPusher+](https://github.com/dathere/datapusher-plus) is standalone web service that pushes data into the CKAN DataStore fast & reliably. We'll be setting up a containerized version of DataPusher+ by using [Docker](https://www.docker.com/). |
## 🧩 Putting It All Together

View file

@ -0,0 +1,31 @@
---
sidebar_position: 2
---
# 💻 Ubuntu VM Setup
In this section we'll go over how to install [VirtualBox](https://www.virtualbox.org/) and run [Ubuntu](https://ubuntu.com/) 22.04.2 LTS on a virtual machine.
## 📺 Video Tutorial
import LiteYouTubeEmbed from "react-lite-youtube-embed";
import "react-lite-youtube-embed/dist/LiteYouTubeEmbed.css";
<LiteYouTubeEmbed id="" />
### Video Resources
- [VirtualBox Downloads Page](https://www.virtualbox.org/wiki/Downloads)
- [Ubuntu Desktop Download Page](https://ubuntu.com/download/desktop)
## 📝 Written Tutorial
### 📥 Download VirtualBox
### 🛠 Install VirtualBox
### 📥 Download Ubuntu 22.04.2 LTS
### 🖥 Setup a Virtual Machine (VM)
### ✨ Bonus Tips