Skip to content

Commit

Permalink
switch to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jplsek committed Aug 8, 2018
1 parent 7e8a956 commit db529f5
Show file tree
Hide file tree
Showing 12 changed files with 2,614 additions and 3,605 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.swp
*.swo
node_modules
bower_components
*.log
*.css
!public/css/jquery-ui.min.css
downloads/*
31 changes: 0 additions & 31 deletions bower.json

This file was deleted.

25 changes: 12 additions & 13 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,35 @@ Installing MPCParty
## 1) Dependencies

### Ubuntu / Debian / Linux Mint
`sudo apt update && sudo apt install git mpd nodejs npm libav-tools && sudo npm install -g bower`
`sudo apt update && sudo apt install git mpd nodejs npm ffmpeg && sudo npm install -g yarn`

### Arch Linux / Antergos / Manjaro
`sudo pacman -Sy git mpd nodejs npm ffmpeg && sudo npm install -g bower`
`sudo pacman -Sy git mpd nodejs npm ffmpeg && sudo npm install -g yarn`

### Fedora / Cent OS / RHEL
`sudo yum install epel-release`
Install [mpd](http://mpd.wikia.com/wiki/Install)
`sudo yum install nodejs npm && sudo npm install -g bower`
Install [libav](https://libav.org/download/) or [ffmpeg](http://ffmpeg.org/download.html)
`sudo yum install epel-release`
Install [mpd](http://mpd.wikia.com/wiki/Install)
`sudo yum install nodejs npm && sudo npm install -g yarn`
Install [libav](https://libav.org/download/) or [ffmpeg](http://ffmpeg.org/download.html)
You may have issues running mpd. Good luck.

### Suse
Install [mpd](http://mpd.wikia.com/wiki/Install)
`sudo zypper install git nodejs npm libav-tools && sudo npm install -g bower`
Install [mpd](http://mpd.wikia.com/wiki/Install)
`sudo zypper install git nodejs npm libav-tools && sudo npm install -g yarn`
You may have issues running mpd. Good luck.

### Windows
Install [nodejs](https://nodejs.org/download/)
Install [mpd](http://www.musicpd.org/download.html)
Install [libav](https://libav.org/download/) or [ffmpeg](http://ffmpeg.org/download.html)
Install [nodejs](https://nodejs.org/download/)
Install [mpd](http://www.musicpd.org/download.html)
Install [libav](https://libav.org/download/) or [ffmpeg](http://ffmpeg.org/download.html)
You will need nodejs to be in your path.

## 2) Release version
Download the latest release from the GitHub [releases](https://github.com/jplsek/MPCParty/releases) page.

## 2) Development version (should be stable)
* Clone this repository (`git clone https://github.com/jplsek/MPCParty`)
* Run `npm install` from the project's directory (to install all the libraries)
* You can also get the node\_modules and bower\_modules folder from the latest release so you don't need to download everything if you decide to clone the repository.
* Run `yarn` from the project's directory (to install all the libraries)

## 3) Running
* Now get a running instance of mpd working.
Expand Down
Loading

0 comments on commit db529f5

Please sign in to comment.