The DigitalOcean team will be making themselves available to help people who run into issues or have questions related to the App Platform as part ...
For further actions, you may consider blocking this person and/or reporting abuse
Hey everyone. My name is Chris and I founded scotch.io and I'm a Developer Advocate at DigitalOcean.
If you've got questions about building apps and deploying to App Platform, let me know!
Here's a video on how to deploy a Laravel + React app to App Platform to get you started: youtu.be/1T3d7P_V2t4
Hello chris i want to ask about
deploy to DO
button can we deploy two different repo using one deploy to DO button? because i saw in the documentation deploy to DO button can only deploy with limits of 1 service and 1 database because i have two different service one for backend as a service and the second one is a static sitecurrently we don't support 2 repos with the deploy button but I understand that's a big request. would make the button very effective with that feature.
yap waiting for that feature in the future but actually it helped when let's say we had static website and backend service api with so many environment variable we can just click that button and just connect the static website using some url for example that we can pass to that static website environment variable anyway thanks for the answer
Question to the DO team:
My #dohackathon app uses Django on Docker and push to DOAP.
Now I am stuck on how to setup a postgres. Typically, I have a separate container for postgres on my local dev env setup.
On DOAP, how should taht be done? your tutorial covers the use of droplet and recommends postgres cluster digitalocean.com/community/tutoria...
Given that this #dohackathon is about using DOAP, how do I use postgres within DOAP?
Thank you
Hi there,
You can actually add a database component to your App platform directly. There is no need to set up a database server on a separate Droplet.
You can follow the steps on how to add a database component here:
digitalocean.com/docs/app-platform...
Ok thanks
No problem! Good luck with this and have fun building! 🙌
Hi, I can see App Platform has free pan, So Can i deploy Commercial static websites and
.NET Core API
with 0 $ plan ?digitalocean.com/products/app-plat...
Hello 👋
The free plan is only for static sites. As you would have an API service, you would need to select the standard plan.
Hello,
I have a few questions: How to make sure my submission is successful? Do we need to do anything else after using the official template to submit? Or do we need to provide the port URL somewhere?
Thanks a lot!
Hi there Peter 👋 Good to hear that you are participating as well!
Yes, as long as you use the template and provide all of the necessary information in there like the link to your app, the link to your GitHub/GitLab repo, License and etc. it will be fine.
Also make sure to use the #dohackathon tag!
Cool! Thanks for the lighting speed response Bobby⚡️!
No problem and good luck!
Well ... I'm not familiar with DEV platform and didn't notice that there is a
published:
config in the template need to be changed to true... until now lol ...Hey there!
I ran into a pretty bad situation...
I first made an account with my main email trough GitHub, and entered a virtual card not thinking it would terminate itself after the test transaction from Digital Ocean. This caused me to get my account locked. I opened a ticket and explained the situation but they told me they can't restore my account due to violation of terms of services and for fraudulent behavior.
I hope you understand my situation, I was thinking about an idea for the past weeks and decided to start working on it today, but got blocked in the process.
I also tried another Gmail address, with the actual card, but the same thing happened.
Now I have two blocked accounts, I assume ip banned as well, and no way of even starting my project.
I was really into making something special and this would have been a chance for one of my projects to see a broader audience.
I hope someone could help me.
Thank you in advance!
Hey Nagy - hoping to help you here so you can participate! Can you please shoot me an email with your account email information included? Daniel (at) DigitalOcean (.) com. Thanks!
Thank you Daniel!
I successfully created my account! 😄
Thank you! I sent you an email.
I am trying to deploy my gridsome app with Digital Ocean Static Site, but failing with
build
process, any idea ?Is it supported to declare a redis instance in a
app.yaml
-file and deploy it with the CLI?When I add it like below it fails without giving a specific error:
Hi, I am trying to deploy my Gatsby app but I have Strapi plugin as localhost:1337 in the config file. I have tried to deploy strapi project from my github following Chris' video.. But it gave me an error. Is there any guide about how I can connect Gatsby to Strapi with Digital Ocean? Thanks a lot!
hey there! are you able to deploy Strapi and see the admin dashboard once its deployed?
Hi, Chris! No, I couldn't deploy. I'm getting an error
Your build job failed because it returned a non-zero exit code. See the logs for details.
Error code: BuildJobExitNonZero
I have created env/production folders, database.js, and server.js like in the video. Used the same commands for deploying the app and connected to PostgreSQL.
Hi, Chris! I have fixed it thanks to other resources, now it looks like Strapi is deployed, but when I try to access the page it is not showing me the admin panel like in the workshop. How can I connect to the admin page? Thanks.
looks like you may need to
npm install pg
in your project so that it can connect to the postgres database
It is still not working, i deployed the page with "pg" installed, same page ..
Hey, I filled the form to get the credits in order to participate in the Hackaton
But so far I didn't received any email or credits in my digital ocean account ?
How long is the wait on this ?
Thanks for any help in advance :D
Never mind just arrived xD
Glad to hear it. I just pushed out the latest round of credits. Happy hacking!
Hello, could you clarify this requirement?
Use a permissive license for your code (ex: MIT, Apache-2)
do we have to share the code with the reviewers? Will it be made public to a general community?
I’d like to participate, but the project will grow into a business that won’t be open source. How can I protect the IP and still participate?
Would the "Commons Clause" license fit? That's acceptable also:
Hi Roman! We have updated this item in the announcement post to be more license specific. I hope this helps!
Thanks Chris and Gracie, yeah it is helpful and I think the Commons Clause will do.
I have added my submission
dev.to/arpan45/simple-quiz-applica...
Will there be any confirmation if it is valid or not.
I have followed all the steps mentioned. But still asking just for confirmation.
Hi there 👋
As long as your application is deployed on the DigitalOcean App platform and as long as you have created your post on DEV you should be fine 🙌
HI DOAP, building a small that needs a web service (Node.js) and a worker Docker container. The Node.js service needs to access the worker container. I'm struggling to find documentation about this, try to add
workers
to my app spec but doesn't work, please help, here is my deploy config:https://github.com/phuctm97/img-node/blob/master/.do/deploy.template.yaml
👋 Minh-Phuc
Workers cannot be accessed by a service internally or externally. A possible solution is to have your worker reach out for work to do from your service. You can use your service name as a DNS record to make accessing your service easier and faster.
For example, if my service is called
app
I can access it from my worker usinghttp://app
.I had submitted a project and I didn't even get a mail for participating. Can you please help.
Link to project template: dev.to/aryan040501/digital-ocean-s...
My gridsome static site build fails in Digital Ocean, any idea?
Can i Use my old Project ?
Hey 👋
I believe that it should be ok as long as it is deployed on the App platform.
Make sure to add the "Deploy to DigitalOcean" Button to your repo for bonus points 🙌
Thanks 🙌
No problem! Good luck with this and have fun building!
SOLVED IT
Had to redeploy a new app to fix the issue.
Help!
My site is showing this:
It was ok last night but when I checked now, it showed this.
It can be accessed with rebrand-g34no.ondigitalocean.app but not on studio.icvn.tech
What's wrong with this?
Hello,
I have an app in which I am using Node.js and MongoDB in the backend and React in the frontend (and auth0). And I am having trouble deploying using Digital Ocean.
I followed this page here(digitalocean.com/docs/app-platform...), but when I get to the Configure Your App part (Step 3/4), it doesn't detect anything. I was wondering if someone can help me with it. Thanks.
Hello, #teamDO,
I have a simple doubt regarding the registration and submission of our project for this hackathon.
How we will get to know that we are successfully registered for the hackathon? Weather we will get any kind of confirmation mail or something else ???
How to form teams and how to make team submissions for the project?
As long as your application is deployed on the DigitalOcean App platform and as long as you have created your post on DEV you should be fine 🙌
Group submissions are allowed but note that the prize will be shared. For more information on that you can check the official DEV Hackathon rules here:
dev.to/page/official-hackathon-rules
How long does it take to receive credits for DO after submitting the form?
Hi there,
You would receive the credits within 2 business days after filling up the form.
Good luck with the hackathon and have fun building!
Hi there! I submitted a project that I did along with a team. I tagged the team members usernames in the article I submitted and although I received a badge my team members are yet to receive. dev.to/nethmirodrigo/advisor-do-ha... is the link to my post. Did I tag them wrong or will they be getting the badges in time as well?
Hey guys 👋
Super excited about the hackathon. However, would a pizza delivery app be a good fit for any of the categories? If not, what about an invoice template generator?
Hi there 👋
Both ideas sound great! I believe that both would fit into the Built for Business category.
Is it possible to have some secret for Docker using App Platform ?
I can't find any doc for that..
👋 Martin,
We have some basic documentation here, we also have a sample project.
If we cannot detect your projects type using buildpacks, we will fallback to a Dockerfile if it's located in the root of your project. In the event that you'd prefer to use a Dockerfile instead of BuildPacks you can push configure this using am app.yaml, here is an example of one:
Here is some documentation that covers creating apps with our command line tool
doctl
:Hope this helps! Happy Hacking 📣
Hello,
Can we participate in this as a team?
Hello! Group submissions are allowed but note that the prize will be shared.
Hey guys, how to host a MERN stack app on Digital Ocean App Platform. Could you help me?
Hello! I didnt receive the badge even though I made a submission. Any idea why? 🤔
If I create an app but not upload it on App platform, is that a valid submission as I don't have a credit card and none of my debit card is working with PayPal 🙁
Hello 👋
Your application has to be deployed to the DigitalOcean App Platform.
Hi, I didnt get my participation badge yet. Any idea why?
Hi Chris,
I submitted the form to get the free credit, but have not received any email. When will I get an email?
Rgds.
Hi there 👋
I believe that the credits are distributed within 2 business days. But you should get it soon.
If a team is participating,
Hey @hardikchopra242 , we only need one submission post from the team but please include all participant usernames within the post and you'll all receive badges!
Can we still join the hackathon if we have not signed up yet? thank you.
Hi there 👋
Yes, the Hackathon is still ongoing so you still have time to join.
Is it still possible to join the hackathon? I would like to try out the new app platform and have a go at building somthing. Thank you.
Hi there 👋
Yep you still have time to join and build something fun 🙌
Can make a portfolio website using html, css and javascript to participate . Anyone help me please .
Hi there 👋
Yes building a portfolio website using HTML/CSS & JavaScript is a great idea!
In case you are just getting started with coding I could suggest going through this free eBook:
How To Build a Website With CSS and HTML eBook
Question: can submit the same app to multiple categories?
I aim to submit under “build for biz” but like to also submit under “random” as a just in case
Hi there! We ask that you pick only one category for your submission. Thank you 🙂