Giter Club home page Giter Club logo

mixpost_docker's Introduction

mixpost_docker

A Mixpost Installation with Docker Containers.

Create all the environments values for the Mixpost service, executing the following commands:

cp .env.example .env
nano .env

Checkout the meaning for the environments variables:

  • MIXPOST_APP_URL, Mixpost App Url, like http://127.0.0.1:80.

  • MIXPOST_APP_PORT, Mixpost App Port, like 9000.

  • MIXPOST_DB_DATABASE, Mixpost db name, like mixpost.

  • MIXPOST_DB_USERNAME, Mixpost user name, don't use the name with spaces (temporary issue).

  • MIXPOST_DB_PASSWORD, Mixpost user password.

  • MIXPOST_REDIS_PASSWORD, Redis password.

Replace the CHANGE_ME_HERE values for the real value and save the .env file.

Run the containers

Pull the images and run the containers, executing the following command:

docker-compose up -d

An admin user will be created automatically. Check the mixpost container logs to find out the password, executing the following command:

docker-compose logs -f mixpost

You can log in to Mixpost at /mixpost using the admin user account created.

Create new user

Once you have installed Mixpost using Docker, you can create a new user.

Log in to Mixpost container, executing the following command:

docker-compose exec -it mixpost bash

Then, executing the following command:

php artisan mixpost-auth:create

Conclusion

Docker is a powerful tool for managing applications in containers. By following the steps outlined in this guide, you can easily install and manage Mixpost using Docker.

mixpost_docker's People

Contributors

macagua avatar

Stargazers

Nabil BELGASMI avatar  avatar Tudor Andrei Dumitrascu avatar Michael Robateau avatar

Watchers

 avatar  avatar

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.