Skip to content

singularfactory/ACM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACM

ACM is a Symfony 1.4 application to manage algae culture and strain collections.

ACM has been developed following Banco Español de Algas requirements, but everyone is welcome to contribute with new additions.

Requirements

  • A database connection to store data (MySQL is strongly recommended).
  • ImageMagick PHP extension.
  • ImageMagick binaries.

Depending on the pictures you want to manage it may be necessary to adjust web server upload parameters.

Installation

After cloning the repository and configure the database connection you have to run the following commands:

  • ./symfony project:permissions
  • git submodule init
  • git submodule update
  • ./symfony doc:migrate

Then you can create a superadmin user with:

./symfony guard:create-user --is-super-admin <email> <username> <password>

Distribution

ACM is released under the GNU General Public License, version 3

Credits