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

Déploiement Swisscenter #38

Closed
XCarrel opened this issue Jun 12, 2020 · 1 comment
Closed

Déploiement Swisscenter #38

XCarrel opened this issue Jun 12, 2020 · 1 comment
Assignees
Labels
Product Backlog User story validée par le Product Owner
Projects

Comments

@XCarrel
Copy link
Contributor

XCarrel commented Jun 12, 2020

Prise en charge le ..., par...

Analyse du problème

laravel/tinker#34

Fonctionnement actuel

L'application n'est pas hébergée.

Description du problème

On souhaite pouvoir commencer prochainement à publier des applications, et disposer d'une démonstration fonctionelle de l'application.

Description de la solution

Effectuer un déploiement auprès d'un hébergeur web.

(Terminé, le 12.6.2020)

Plan d'intervention

Suivre les instructions de Pascal Hurni, sur https://cpnv-es.github.io/capify_laravel_for_swisscenter.html.

(Terminé, le 12.6.2020)

Exécution

Tests

Terminés, le ...

Documentation

@XCarrel XCarrel added the Product Backlog User story validée par le Product Owner label Jun 12, 2020
@gamars99 gamars99 added this to IN PROGRESS in Sprint 6 Jun 26, 2020
@phurni
Copy link

phurni commented Jun 29, 2020

Two problems avoids the deployment to swisscenter:

  1. resource routes seems to be ignored
    solution: call register()on each resource route, example:
    Route::resource('hikes', 'HikeController')->register();
  2. trying to run artisan tinker lead to a file permission error
    solution: define the XDG_RUNTIME_DIR env var to a writable dir, example:
    export XDG_RUNTIME_DIR=~/.psysh

@XCarrel XCarrel closed this as completed Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product Backlog User story validée par le Product Owner
Projects
Sprint 6
IN PROGRESS
Development

No branches or pull requests

3 participants