Comments on How to Install Invoice Ninja on Ubuntu 16.04
Invoice Ninja is a web-based open source software for invoicing, payments, time tracking and much more. You can create Invoices online in seconds, interact with payments gateways like Stripe, PayPal, WePay, and others. In this tutorial, I will show you how to install Invoice Ninja on Ubuntu 16.04. I will use Nginx as the web server and MariaDB as Database system.
4 Comment(s)
Comments
HI, i have error message on step : php artisan db:seed
[Illuminate\Database\QueryException] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'public_id' in 'field list' (SQL: insert into `payment_terms` (`num_days`, `name`, `public_id`, `updated_at`, `created_at`) values (7, Net 7, 1, 2017-04-29 18:28:01, 2017-04-29 18:28:01)) [PDOException] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'public_id' in 'field list'Is working with Debian 8?
Well done process.
You're a credit to the interwebs... Well done sir.
Thankyou.
As of this posting date the only errors/notifications I received can be found below. Not sure how they affect the opertion of invoice ninja.
root@invoice:/var/www/ninja# composer install --no-dev -oLoading composer repositories with package informationInstalling dependencies from lock file - Removing phpspec/phpspec (2.5.5) - Removing phpspec/php-diff (v1.0.2) - Removing behat/gherkin (v4.4.5) - Removing facebook/webdriver (1.2.0) - Removing phpunit/phpunit (4.8.34) - Removing phpspec/prophecy (v1.6.2) - Removing phpdocumentor/reflection-docblock (3.1.1) - Removing phpdocumentor/type-resolver (0.2.1) - Removing phpdocumentor/reflection-common (1.0) - Removing webmozart/assert (1.2.0) - Removing phpunit/php-code-coverage (2.2.4) - Removing phpunit/php-token-stream (1.4.9) - Removing phpunit/php-file-iterator (1.4.2) - Removing phpunit/php-timer (1.0.8) - Removing phpunit/phpunit-mock-objects (2.3.8) - Removing doctrine/instantiator (1.0.5) - Removing phpunit/php-text-template (1.2.1) - Removing sebastian/environment (1.3.8) - Removing sebastian/global-state (1.1.1) - Removing sebastian/version (1.0.6) - Removing sebastian/comparator (1.2.2) - Removing sebastian/exporter (1.2.2) - Removing sebastian/recursion-context (1.0.2) - Removing sebastian/diff (1.4.1) - Removing symfony/browser-kit (v3.2.2) - Removing symfony/dom-crawler (v3.2.2)Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.Package chumper/datatable is abandoned, you should avoid using it. Use OpenSkill/Datatable instead.Package league/url is abandoned, you should avoid using it. Use league/uri instead.Package illuminate/html is abandoned, you should avoid using it. Use laravelcollective/html instead.Generating optimized autoload files> php artisan clear-compiled> php artisan optimizeGenerating optimized class loaderCompiling common classes