Skip to content
 
 

Repository files navigation

PyEditoral,open-source Blog CMS

  • This project was forked from mavenium/PyEditorial.

  • In addition to the project, postgresql, gunicorn and nginx were added. The existing dockerfile and docker-compose.yml are more automated with improved .sh scripts. In addition, minimum intervention to the source code is aimed with .env files. You can check my commits for all and more.


Workflow

Scheme

PREREQUISITES

  • Ubuntu 22.04 was used in the project. Therefore it is required
  • Docker(Current:25.0.4), docker-compose(Current:1.29.2)
  • git

HOW to USE

After meeting the prerequisites;

  • Pull the project on your local with "git clone https://github.com/agcaekrem/PyEditorial.git" and then navigate to the project directory.

  • Then run the script with the command ./runtime.sh, if you get a permission error please run the command; chmod +x ./runtime.sh

  • This is enough to run the project. After running, let's check our containers with the docker ps command. You should see an output like this;

Scheme

To create an admin user;

  • Access the container interactively using docker exec -it pyeditoral_web_1 bash and then create an admin user by typing ./manage.py createsuperuser . Then go to https://localhost:8080/admin and log in.

🎉🎉🎉 Have a fun ! 🎉🎉🎉

About

A free, open-source Blog CMS based on the "Django" and "Editorial" HTML5 theme.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages