Sonerezh / sonerezh

A self-hosted, web-based application to stream your music, everywhere.
https://www.sonerezh.bzh
GNU Affero General Public License v3.0
769 stars 122 forks source link

Add installation steps in the README #344

Closed MightyCreak closed 6 years ago

MightyCreak commented 6 years ago

It's nice that there is a documentation in the official site on how to install Sonerezh, but I think it would be nice to also add the steps in the README.md file. If you're ok with that I can make a PR.

I would also like to add steps to install from git, but I don't know how to set up Sonerezh now that it's using composer; I don't know the command I should use (on my site, there is a composer.phar that can be executed in order to make upgrades etc).

lGuillaume124 commented 6 years ago

No problem, I'll be glad to merge such a PR.

To install Sonerezh from Git the steps didn't change a lot. It could be something like:

$ git clone https://github.com/Sonerezh/sonerezh.git
$ cd sonerezh
$ composer install

I'm running Ubuntu on my laptop so I just installed composer using apt install composer and it is available as is.

But you can find other ways to install Composer on getcomposer.org.

MightyCreak commented 6 years ago

Just started this morning :smile:

lGuillaume124 commented 6 years ago

Oh sorry!

MightyCreak commented 6 years ago

No worries, I wasn't deep into the changes :wink: