Myvideo

Guest

Login

How to Install OpenEMIS Core for Developers

Uploaded By: Myvideo
1 view
0
0 votes
0

Step-by-step guide 1. Start by adding New Empty Project in your favorite PHP IDE (Mine is PhpStorm). 2. Run the terminal from within the project folder. 3. Clone the Github repository of the OpenEMIS Core and run the docker-compose. $ git clone $ cd core $ docker-compose up -d 4. Create a folder oe-core to hold the PHP files of the OpenEMIS Core $ mkdir oe-core 5. Check the name of the running OpenEMIS Core container: $ docker ps Checking and copying 6. Use the ID or name of the container and copy the files from the container to the local folder: $ docker cp CONTAINER_ID_OR_NAME:/var/www/html/core ./oe-core 7. Add these two lines to the file (be aware of whitespaces) volumes: - ./oe-core:/var/www/html/core 8. Save the file, go back to the terminal, and run docker-compose once again: $ docker-compose up -d Read about it in my blog

Share with your friends

Link:

Embed:

Video Size:

Custom size:

x

Add to Playlist:

Favorites
My Playlist
Watch Later