Git Product home page Git Product logo

Comments (2)

tuupola avatar tuupola commented on May 30, 2024

How and where is my database created and hosted respectively?

These two lines create the database. Database itself lives inside the Vagrant machine.

Like if I want to access local DB, how to do I do that.

Using the mysql command in the Vagrant machine.

$ mysql -u root example

One addition to this setup will be to add phpMyAdmin to view database.

Yes, you can easily add phpMyAdmin if it fits your needs. It is however outside of the scope of this skeleton.

I am building a Microservices framework, where I want to clone multiple instances of this project to create various services. Now these services will talk to each other as well. Here comes the second need, it should be very easy to have different urls for different services. Vagrant Hostsupdater comes to my mind. Have you thought of integrating that?

Again outside of the scope of the skeleton. However if you need many instances running at the same time, one way would be to change the ip address for each Vagrant machine.

It's great that you have already integrated other necessary dependencies required like logging, but if I want to debug using php error logs, where do I access those?

The operating system / Apache default which is /etc/httpd/logs/ssl_error_log

from slim-api-skeleton.

 avatar commented on May 30, 2024

Thanks for the info

from slim-api-skeleton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.