Skip to content

CouleeTechlinkInc/tutorial-devsetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Level 1

What you get

  • Cursor
  • Remote Development Environment
  • Ability to permanently run your apps

Prerequisites

  • Github account ( Not required, but will simplify and secure your setup )
  • Ability to run a vm, and install it from an iso

Steps

Server Setup ( Local VM )

  1. Download Ubuntu Server ISO Ubuntu Server
  2. Create a VM and start the install
  3. ssh into the new server and Install the setup script Setup Level1 Script
    curl -s https://raw.githubusercontent.com/CouleeTechlinkInc/tutorial-devsetup/refs/heads/main/setup_level1.sh | bash
  4. Generate an ssh key, and save it to authorized_keys

Server Setup Video

Cursor setup

  1. signup and install Cursor
  2. setup ssh key authentication In your Windows Desktop
ssh-keygen

notepad .ssh<key_file>.pub

in your dev server, ( you can get to this by ssh @ )

read YOUR_SSH_KEY
echo $YOUR_SSH_KEY >> ~/.ssh/authorized_keys
  1. Install the SSH extention on cursor
  2. Add the devserver to your ssh config
  3. Create a project and run it Cursor Setup Video

Build your first app

First Aop Setup Video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages