ahmetws / swifttube

iOS conference videos in one place
169 stars 17 forks source link

Add installation steps to Readme file #30

Closed ahmetws closed 5 years ago

ahmetws commented 5 years ago

It is hard for newcomers to understand how to install and run the project from the current Readme file. The project should have the installation steps as a section on the Readme file.

b30wulffz commented 5 years ago

Give me a demo of installation and I will do it.

jstashh commented 5 years ago

I was trying to do this last night because it’s quite easy but vapor update wouldn’t run. There was a problem with MongoKitten in the package.swift file. If you change it to from version 5.0.0 then it works but then you get like 60 errors because you MongoKitten has changed

ahmetws commented 5 years ago

I created a new issue to update MongoKitten. #31

ahmetws commented 5 years ago

Thanks @wstompearson 👍 It's updated now.

@b30wulffz You can install Vapor and run the app directly. It should work. Let us know if you need anything

jstashh commented 5 years ago

@b30wulffz I added the steps in /pull/34, so now there should be info on the readme. Happy to help if you have problems running it