Skip to content

mogharsallah/celiaserver

Repository files navigation

CeliaLib

The webserver for CeliaLib Mobile App.

###Installation

  • Clone the repository in you localhost enviroment so that the web server can be accessed via https://localhost/celialibrary/web/main/ . Don't bother the database error, it will be fixed in the next steps.
  • Import the celialibrary.sql to you local sql server (using phpmyadmin create a new database, name it celialibrary and import the database inside).
  • Configure the database connection parameters in app\config\parameters.yml .
  • Clear symfony cache by running this command in the application root (celialibrary): php app\console cache:clear --env=pro --no-debug .

###Usage

You can access the application dashboard via https://localhost/celialibrary/web/main/ .

User: admin. Password: admin.

You can get the application services via:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published