Skip to content

kastamas/coll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Coll Project

Description

Front-end

  • 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 script or style files manually in app/index.html such a shame :( )

Back-end (api folder)

  • 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 .htaccess relations
  • No migrations systems is enabled.
  • db config lies in app/api/config.php

AngularJS and some other modules installing via

How to initialize environment

  1. Install LAMP, but instead of MySql you should install PostgreSQL
  2. Enable .htaccess in Apache HTTP server
  3. Do the git clone in your folder which Apache can see (by default it's /var/www/html)
  4. Install bower, Do the bower update
  5. Configure PostgreSQL
  6. Create new db user postgres for PostgreSQL and database coll
  7. Migrate dump (you can get it from production)

that's it!

in case of any exeptions and errors

  1. look at the apache's error logs
  2. look at the browser's developers console (i prefer chrome)
  3. look at the versions of software packages. Like i said before, it's important!

About

The Collocations Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors