1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-16 04:10:09 -07:00
2017-03-13 14:10:00 +01:00
2017-03-13 14:10:00 +01:00
2017-01-21 17:32:31 +01:00
2017-03-11 19:06:53 +01:00
2016-11-04 00:54:26 +01:00
2016-11-04 00:54:26 +01:00
2016-11-04 00:54:26 +01:00
2017-03-13 14:10:00 +01:00
2017-01-17 12:17:24 +01:00
2017-03-13 14:10:00 +01:00
2017-03-11 00:02:12 +01:00
2017-03-11 00:02:12 +01:00
2017-03-13 14:10:00 +01:00
2016-12-20 15:10:45 +01:00
2017-03-13 14:10:00 +01:00
2016-11-04 00:54:26 +01:00
2017-03-11 19:06:53 +01:00
2016-12-02 00:21:00 +01:00

Website for printable building kits

A Symfony project

Install

System requirements

  • PHP needs to be a minimum version of PHP 5.5.9
  • PHP Extensions
    • FTP
    • SOAP
    • PDO
    • Zip
  • date.timezone setting set in php.ini
  • LDView OSMesa >= 4.2.1 source.

You can check if your system meets requirements by running $ bin/symfony_requirements

For full requirements see Symfony 3.2 docs.

###Installing

####Back-end

  1. Make sure your system meets the application requirements
  2. Install dependencies via Composer, $ composer install

####Front-end

  1. Install dependencies via npm, $ npm install
  2. Compile assets by running Gulp default task, $ gulp default

####Database

  1. Set application parameters in app/config/parameters.yml
  2. Generate empty database by running command $ php bin/console doctrine:database:create
  3. To load LDraw models into database run commad $ php bin/console app:load:ldraw
    If you prefer local ldraw library you can specify source by running $ php bin/console app:load:ldraw [ldraw_dir_path] instead
Description
No description provided
Readme GPL-2.0 5.2 MiB
Languages
PHP 78.7%
Twig 15.5%
JavaScript 3.1%
SCSS 2.1%
Dockerfile 0.4%
Other 0.2%