-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
docs for deploying to digital ocean would be appreciated #541
Comments
I think we would consider a PR for some deployment instructions, but IMO it may be out of scope for this project. Various platform deployments can differ significantly. It'd be tough to maintain that. |
@quicksnap i agree vendor-specific deployment instructions are outside the scope of this project... the heroku instructions are really just incidental to erik's live example |
That said, if someone wanted to submit a |
@erikras Thanks for sharing this great work. |
I followed the procedure as mentioned in doc: To get this project to work on Heroku, you need to: But still there is error: Heroku branch sends same error as above. |
I successfully launched the Heroku branch by commenting out the "require('babel/polyfill');" in "src/config.js (line 1)" and keeping "require('babel/polyfill');" in "src/client.js" (line 4). |
I am using git to deploy. So I have a repo on my Digital Ocean instance. I just push code and my work tree is always in sync with my local code. |
I have quite hard to figure out how to deploy to digital ocean. Atm I git clone in the digital ocean machine every time. But that isn't very efficient.
The text was updated successfully, but these errors were encountered: