Git Product home page Git Product logo

fatturapa-webapp's People

Contributors

marcopeca avatar alranel avatar simevo avatar

Stargazers

Paolo Nicchi avatar Leonardo Tomasuolo avatar Cyberknight avatar Nicola Davide Mannarelli avatar Andrea Sangiorgio avatar Ivan Carosati avatar  avatar LoreLLo avatar

Watchers

Riccardo Mariani avatar  avatar LoreLLo avatar Valerio Paolini avatar James Cloos avatar Giovanni Bajo avatar Enrico Gennari avatar Umberto Rosini avatar  avatar  avatar  avatar  avatar

fatturapa-webapp's Issues

Non funziona

Ciao ragazzi, ho provato questa applicazione ma non capisco se è completa o meno.
Non c'è un readme che spiega lo scopo del progetto.
L'ho deployato qui: http://fatturapatest.azurewebsites.net ma, oltre alla pagina principale, non c'è nulla.
Sotto https non va.
Sto sbagliando qualcosa?

Info progetto.

Salve, il progetto è completato oppure è in fase di sviluppo?

Grazie in anticipo per la risposta.

Creare To Do List di installazione server

Ho già scritto questi passaggi

#Update repository
apt-get update

#Install MariaDB
apt-get -y install mariadb-server mariadb-client

#Run Wizard and follow instruction

Change also the root password

mysql_secure_installation

#Test connection
mysql -u root -p
#insert password

Install Apache

apt-get -y install apache2

Install php 7.2

apt-get -y install php7.2
apt-get -y install php7.2-cli php7.2-common php7.2-curl php7.2-mbstring php7.2-mysql php7.2-xml

Show info Apache

nano /var/www/html/info.php

Add this code

<?php phpinfo();

Test Info Apache

http://localhost/info.php

Install Git

apt-get -y install git-core

Verify Git

git --version

Install Git Flow

apt-get -y install git-flow

Install Composer

php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');"
php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
#verify Composer
composer --version

Change Owner files in Apache folders

chown -R www-data:www-data /var/www/

Problema Popper.js

Da console viene generato questo errore:
Uncaught SyntaxError: Unexpected token export

installazione

Buongiorno e grazie per avermi dato la possibilità di poter utilizzare la libreria fatturapa. Ho scaricato il file zip e decompresso il tutto sul mio server ma vorrei qualche informazione in più per installare le tabelle ed iniziare a verificare la procedura ma non ho trovato alcuna indicazione in merito.
Di fatto all'esecuzione dell'indice mi compare una pagina con la possibilità di visualizzare uDashboard e null'altro.
Resto in attesa di chiarimento in modo da poter procedere

Grazie in anticipo

Sergio

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.