-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Meta] DevOps considerations. #1
Comments
@serundeputy What do you think of heroku? |
@pdw207 never tried it, but as long as i can provide build steps like compile sass should be fine. are their prices within budget? For laravel I've always used Platform.sh, but maybe too pricey for this project? |
@pdw207 I've added a heroku app geoff@yep verite (master) $ heroku addons:create cleardb:ignite
Creating cleardb:ignite on ⬢ verite-survey... !
▸ Please verify your account to install this add-on plan (please enter a credit card) For more information, see https://devcenter.heroku.com/categories/billing Verify now at https://heroku.com/verify I guess we should ask the client to pay that cost. I have no idea what the pricing structure is for Heroku. |
I'm pretty sure the postgres or mariadb options from heroku are free.
…On Sat, Nov 11, 2017, 10:21 Geoff St. Pierre ***@***.***> wrote:
@pdw207 <https://github.com/pdw207> I've added a heroku app verite-survey
(http://verite-survey.herokuapp.com/), but to add a DB service we have to
pay:
***@***.*** verite (master) $ heroku addons:create cleardb:ignite
Creating cleardb:ignite on ⬢ verite-survey... !
▸ Please verify your account to install this add-on plan (please enter a credit card) For more information, see https://devcenter.heroku.com/categories/billing Verify now at https://heroku.com/verify
I guess we should ask the client to pay that cost. I have no idea what the
pricing structure is for Heroku.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAK6cxootn_BRwmW9k9LcLlla9OARqUwks5s1buOgaJpZM4PmdWS>
.
|
This one
|
Could you try https://elements.heroku.com/addons/heroku-postgresql? |
@jrabbit that did work, but not mysql |
@serundeputy Can you add me as a collaborator to the heroku site? My email is |
@pdw207 I've added you as a collaborator. 🚀 |
@serundeputy Only the owner can add a CC. Can you make me an owner? |
@pdw207 i've initiated an xfer to you; you should receive an email. |
@pdw207 staging site verite-survey.herokuapp.com |
|
I've added a npm postscript to run gulp and compile the sass: "postinstall": "gulp" we've got css now; http://verite-survey.herokuapp.com/login |
Tech stack is Laravel
Hosting the app
Does verite have existing infrastructure that we are using or are we going to select a host?
DNS provider
Pick a site name, set up DNS
The text was updated successfully, but these errors were encountered: