Test après foreman erreur

Bonjour,

J’essaye d’installer fabmanager pour un environnement de développement en local.
Je suis la documentation suivante en passant par la machine virtuelle GitHub - sleede/fab-manager: Fab-Manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.

Je suis bloqué à l’étape 11.Start the application and visit localhost:3000 on your browser to check that it works :
foreman s -p 3000

Voici mes logs de développement :
ActionView::Template::Error (couldn’t find file ‹ ui-select/dist/select ›
(in /vagrant/app/assets/stylesheets/application.scss.erb:3)):
50: <% end %>
51:
52:
53: <%= stylesheet_link_tag ‹ application ›, media: ‹ all › %>
54: <%= stylesheet_link_tag ‹ app.printer ›, media: ‹ print › %>
55: <% if !Stylesheet.first.nil? %>
56:
app/views/application/index.html.erb:53:in `_app_views_application_index_html_erb___3369239568958770179_73274220’

Voici la tête de mon fichier /application.scss.erb
/**
*= require_self
*= require ui-select/dist/select
*= require fullcalendar/dist/fullcalendar
*= require jasny-bootstrap/dist/css/jasny-bootstrap
*= require angular-growl-v2/build/angular-growl
*= require angular-xeditable/dist/css/xeditable
*= require angular-loading-bar/build/loading-bar
*= require nvd3/build/nv.d3
*= require font-awesome
*= require medium-editor/dist/css/medium-editor
*= require medium-editor/dist/css/themes/default
*= require bootstrap-switch/dist/css/bootstrap3/bootstrap-switch
*= require summernote/dist/summernote
*= require jquery-minicolors/jquery.minicolors.css
*= require angular-aside/dist/css/angular-aside
**/
@import « app.functions »;
@import « bootstrap-compass »;
@import « bootstrap-sprockets »;
@import « compass »;
@import « bootstrap_and_overrides »;

@import « app.utilities »;
@import « app.colors »;

@import « app.base »;
@import « app.layout »;
@import « app.nav »;

@import « app.buttons »;
@import « app.components »;
@import « app.plugins »;
@import « modules/invoice »;
@import « modules/signup »;

@import « app.responsive »;

<% PluginRegistry.stylesheets.each do |stylesheet| %>

Si je décommente les *= require
L’erreur que j’obtiens est : Invalid CSS after « …« app.functions » »: expected « { », was « ; »
(in /vagrant/app/assets/stylesheets/application.scss.erb:18) → Je crash donc au premier import

Débutant en Ruby et Rails, je ne sais pas si une commande n’est pas bien passée avant, ou si l’on doit nous-même ajouter les fichiers manquants ou encore ajouter une gem.

En espérant que quelqu’un pourra m’aider,

Bonne journée à tous !

@akaiiro can you provide help with Vagrant?

Bonjour,
Peut-être que @akaiiro peut t’aider, c’est lui qui a mis en place l’environnement Vagrant. Faute de quoi, je n’ai rien de mieux à te proposer que de refaire la procédure sans utiliser Vagrant car je ne le maîtrise pas du tout et en l’occurrence je ne vois pas ce qui peut poser problème dans ton cas …

Bonne journée,

@Sylvain @P.M Sorry, I was absent due some personal problems… I’ll check the current version of Fab-Manager to see what changes are required to be used with the virtual machine.

@P.M Maybe it is a little late, but I found that some JavaScript dependencies were removed from the repository and have to be manually installed with the yarn install command.

I’ll send a PR to fix this.

1 « J'aime »