Skip to content

ceydaduzgec/dev-environment-setup

Repository files navigation

pyeditorial

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

Deployed on AWS without HTTPS.

More about the project can be found on the Wiki page.


How to install and run (GNU/Linux and Mac) with Docker

  1. Make sure that you have git and bash installed. On Ubuntu, you can install them by using these commands:
sudo apt update -y && sudo apt install -y git bash
  1. Create a development environment ready by using these commands
git clone https://github.com/ceydaduzgec/dev-environment-setup.git
  1. Run one of the following commands depending on your OS to start the project
bash tools/start-macos.sh
sudo bash tools/start-linux.sh
  1. Go to http://127.0.0.1:80/ or just type localhost in your browser to use project

Architecture

About

Created a fully automated development environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published