- Written on js with AngularJS 1.5.8
- Uses bower package manager for vendor libraries like AngularJS, etc.
- Don't uses such good thing as webpack (so, you got to add new
scriptorstylefiles manually inapp/index.htmlsuch a shame :( )
- Written on native PHP (5.63)
- Uses POD And postgreSQL (version 9.2.x) and all it on Apache (that's important!)
- Routing system between back and front is build on
.htaccessrelations - No migrations systems is enabled.
- db config lies in
app/api/config.php
AngularJS and some other modules installing via
- Install LAMP, but instead of MySql you should install PostgreSQL
- Enable
.htaccessin Apache HTTP server - Do the git clone in your folder which Apache can see (by default it's
/var/www/html) - Install bower, Do the bower update
- Configure PostgreSQL
- Create new db user postgres for PostgreSQL and database
coll - Migrate dump (you can get it from production)
that's it!
in case of any exeptions and errors
- look at the apache's error logs
- look at the browser's developers console (i prefer chrome)
- look at the versions of software packages. Like i said before, it's important!