https://github.com/dusansimic/svetovid-powershell
PowerShell script for installing Svetovid library
https://github.com/dusansimic/svetovid-powershell
Last synced: 2 months ago
JSON representation
PowerShell script for installing Svetovid library
- Host: GitHub
- URL: https://github.com/dusansimic/svetovid-powershell
- Owner: dusansimic
- License: mit
- Created: 2023-06-05T12:05:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T07:04:31.000Z (over 1 year ago)
- Last Synced: 2025-02-12T05:39:43.843Z (4 months ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svetovid installation script for Windows
[Svetovid](https://github.com/ivanpribela/svetovid-lib) is a supplement Library for introductory
programming courses in Java.This repo contains PowerShell scripts that automate the process of installation and configuration of
this library so students can get started with coding ASAP. For now it requires administrator
privileges but the goal is to enable installation with both using the admin and regular user
privileges.## Usage
### Installation
Download the script. Once it's downloaded, right click on the `install.ps1` script and run it as
administrator. This will automatically download Svetovid library and configure CLASSPATH variable
in the machine scope.Once the installation is complete, restart the machine.
### Uninstall
To remove the Svetovid library and the CLASSPATH entry, just run the `uninstall.ps1` script the same
way as the installation script.## Author
- Dušan Simić <>
## License
MIT