dev-to-production Questions

4

Solved

I have create an app with react.js. I wanted to go into production. I did npm run build serve -s build I go on localhost:5000 The welcome page works very well, but when i go on localhost:50...
Arbour asked 25/4, 2019 at 11:31

12

Solved

I have a Keycloak server running in an EKS cluster that I'm trying to configure for production instead of dev mode. I've managed to get SSL working with a reverse proxy, but when I go to the login ...
Hangchow asked 28/9, 2022 at 15:2

3

Solved

I am configuring an API endpoint using the flutter package dio! I have two API endpoints: one for development and another for production. I want my dio baseURL to automatically switch between devel...

2

I have a Flask app that I'm running in production. Right now it has a big ugly js file that I'd like to break out and rewrite in something like Coffeescript. I was considering something like Flask-...
Plumose asked 21/9, 2013 at 21:23

0

first of all thanks for the help. I have a Node js API REST, i use Express, fs module, sharp for images and many others, everything works fine in my machine, and i wanted to test this API in a shar...
Zeiler asked 27/1, 2021 at 20:44

1

Solved

Hi Created one project in Angular 8. Initially it was supporting only one default language (US-EN). then I applied localization. before localization for preparing production build, I used to give ...
Circumsolar asked 14/5, 2020 at 9:59

1

I have a query regarding Jenkins's plugin for approving a job. I want manual approval to build a job when code promoted to production. I tried to find a plugin but not able to find any solution. I ...

2

Solved

I have a very weird issue since yesterday. Running composer install on my production server causes this error... Keep in mind I do not get any error on my local server (Homestead VM). Nothing to ...
Hypabyssal asked 30/5, 2015 at 14:47

3

Solved

I want to revert my last migration (0157) by running its Migration.backwards() method. Since I am reverting the migration in production server I want to run it automatically during code deployment....
Humectant asked 23/12, 2013 at 17:0

1

Solved

I am looking to incorporate a web development workflow that allows me to do the following: Develop / Test locally mimics production server (many subdomains, a few mysql DBs) stays synced betwee...

2

We have an eShop build on prestashop and we are developing new features every week. I'm writing here because I don't find the correct way to update our production environment with the changes, with...

1

Solved

I've been working on a web-app that gets pushed to heroku. The source is hosted on GitHub. So git push pushes the master branch to GutHub. My git branch 'master' is connected to Heroku app 'my-ap...
Rebbecarebbecca asked 16/8, 2013 at 1:51

6

Solved

Quick question: is it a good idea to use sqlite while developing a Django project, and use MySQL on the production server?
Cannice asked 21/2, 2010 at 13:45

2

Solved

I'm learning Ruby on Rails. At the moment I'm just running my site locally with rails server in the OS X Terminal. What changes when a Rails site is run on a production box? Is the site still sta...
Meperidine asked 26/11, 2011 at 17:43

1

Solved

I'm developing a little application using Symfony2. I can access all routes with no problems in my dev environment: http://symfony/app_dev.php/cp ("symfony" is in my hosts file to resolve to local...

2

Solved

Currently my website (production server) already have a lot of code in it. And now I want to start using Git for my projects and setup a staging server for my team. Can anybody give me any advise? ...
Alisonalissa asked 2/10, 2010 at 4:18

4

Wordpress presents some challenges since it tends to keep too much in the database, making it hard to move from server to server. What are some other issues to look out for? What was your workflo...
Auschwitz asked 4/6, 2010 at 3:15

5

Solved

For a long time now, we've held our data within the project's repository. We just held everything under data/sql, and each table had its own create_tablename.sql and data_tablename.sql files. We h...
1

© 2022 - 2024 — McMap. All rights reserved.