Skip to content

Backend Platform for HorariosLavalle and Terminal Hours Table

Notifications You must be signed in to change notification settings

AxelFernandez/WebHorariosLavalle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horarios Lavalle Web

All compatible with Docker

Run With Docker-compose

If it dosn't run try:

docker-compose down
Deleted old volumes (if there is no significant data) docker system prune --force --volumes
Ran it with docker-compose up -d to set it up in background.

In Database configuration, database.php use this:

$db['default'] = array(
	'dsn'	=> '',
	'hostname' => 'db:3306',   <----this is the linked name in docker-compose.yaml
	'username' => 'root',
	'password' => 'test',
	'database' => 'HorariosLavalle',
	'dbdriver' => 'mysqli',
	'dbprefix' => '',
	'pconnect' => FALSE,
	'db_debug' => (ENVIRONMENT !== 'production'),
	'cache_on' => FALSE,
	'cachedir' => '',
	'char_set' => 'utf8',
	'dbcollat' => 'utf8_general_ci',
	'swap_pre' => '',
	'encrypt' => FALSE,
	'compress' => FALSE,
	'stricton' => FALSE,
	'failover' => array(),
	'save_queries' => TRUE
);

About

Backend Platform for HorariosLavalle and Terminal Hours Table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published