Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku Support #30

Closed
ghost opened this issue Sep 17, 2014 · 14 comments
Closed

Heroku Support #30

ghost opened this issue Sep 17, 2014 · 14 comments

Comments

@ghost
Copy link

ghost commented Sep 17, 2014

Hey!

I havent tried yet, but is it possible to host a volt application on heroku?

Is it the same process as pushing a ruby on rails app?

Thanks!

@ryanstout
Copy link
Member

Yes, at the moment it should deploy out of the box.

@rajanand02
Copy link

I tried deploying the app to heroku, but it fails to start mongo.
how do I add mongohq link or if it doesn't require a backend how do I remove it and deploy without mongo?

@ryanstout
Copy link
Member

You just need to add a mongo addon. It isn't tested yet on heroku, but that's on our todo list.

@jasdeepsingh
Copy link
Contributor

Yes, it's possible and should work right out of the box (if you are not using Mongo yet)

I deployed a test app on Heroku in my first attempt here:
http://volt-test.herokuapp.com/

Let me know if you need any help?

Jasdeep
Sent from my iPhone, So, please excuse any errors.

On Sep 21, 2014, at 10:35 AM, Raj Anand notifications@github.com wrote:

I just created a static app that doesn't require and backend i.e i don't
want to connect with any db..is it possible in volt?

On Sun, Sep 21, 2014 at 8:02 PM, Ryan Stout notifications@github.com
wrote:

You just need to add a mongo addon. It isn't tested yet on heroku, but
that's on our todo list.


Reply to this email directly or view it on GitHub
#30 (comment).

Raj

Reply to this email directly or view it on GitHub.

@dfyx
Copy link
Contributor

dfyx commented Sep 21, 2014

Just a note: that behavior changed somewhere between the last gem release and current master. Now Mongo is required even if you don't use it.

@ryanstout
Copy link
Member

I'm surprised it ever worked. If it did, it's probably only if you don't
reference store anyway.

On Sunday, September 21, 2014, dfyx notifications@github.com wrote:

Just a note: that behavior changed somewhere between the last gem release
and current master. Now Mongo is required even if you don't use it.


Reply to this email directly or view it on GitHub
#30 (comment).

@rajanand02
Copy link

@jasdeepsingh I tried, its not working..I don't think it will work without starting mongo..I created a new volt app and pushed it to heroku without manking any changes..

@jasdeepsingh
Copy link
Contributor

I was using volt 0.7.18 if it helps?

@ghost
Copy link
Author

ghost commented Sep 21, 2014

@rajanand02 Running Volt 0.7.18 I was able to launch http://teampfu.com/.

Its not complete

@ryanstout
Copy link
Member

nice. Looks good!

On Sun, Sep 21, 2014 at 3:29 PM, Manthan Mallikarjun <
notifications@github.com> wrote:

@rajanand02 https://github.com/rajanand02 Running Volt 0.7.18 I was
able to launch http://teampfu.herokuapp.com/.


Reply to this email directly or view it on GitHub
#30 (comment).

@rajanand02
Copy link

Ya it is working with 0.7.18 but not with 0.7.19

@thomasfl
Copy link

Would it be possible to add a "Deploy to heroku" button on the todos3 demo app?

@ryanstout
Copy link
Member

Yea, I'll add it to my todo list. It should be possible. I'm in the process of switching around the socket connection code to handle connections through multiple instances, should be out soon. Once thats done I'll add a deploy button.

@ghost
Copy link
Author

ghost commented Oct 21, 2014

FYI guys, Dokku seems to work REALLY well with Volt.

Thanks,
Manthan Mallikarjun (http://nahtnam.com)

On Tue, Oct 21, 2014 at 9:30 AM, Ryan Stout notifications@github.com
wrote:

Yea, I'll add it to my todo list. It should be possible. I'm in the
process of switching around the socket connection code to handle
connections through multiple instances, should be out soon. Once thats done
I'll add a deploy button.


Reply to this email directly or view it on GitHub
#30 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants