https://github.com/craigchilds94/wide-installer
WHILE IDE Installer
https://github.com/craigchilds94/wide-installer
Last synced: 4 months ago
JSON representation
WHILE IDE Installer
- Host: GitHub
- URL: https://github.com/craigchilds94/wide-installer
- Owner: CraigChilds94
- Created: 2015-02-10T10:46:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T17:56:46.000Z (over 10 years ago)
- Last Synced: 2024-12-06T21:13:06.667Z (6 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIDE Installer
## For Linux & Mac
#### By Craig ChildsPlease not this is configured for Mac, if you're using Linux please see [here](#linux-configuration).
## How to use
- Download the [.zip file from this repository](https://github.com/CraigChilds94/WIDE-Installer/archive/master.zip) and unzip it
- Open the terminal, change directory to the folder by typing `cd ~/Downloads/WIDE-Installer-master`
- Make this executable by typing `sudo chmod +x run`
- Then run it by typing `./run`
- Once the process has finished you should now be able start the IDE by typing `wide_run`## Linux Configuration
The folder used to store the IDE on the mac is `~/Applications`, please modify the two scripts in this repository as you require. The variables you'll be needing to change are called `location`. Just change this to a suitable path.## How it works
This scripts downloads and extracts the .zip file stored on the WIDE site. It then moves it to a location, common for applications. I add my own script to the `bin` folder which allows you to run it from anywhere on your system. Just by typing `wide_run` in the terminal.