Code Monkey home page Code Monkey logo

postleaf-playbook's Introduction

Ansible: Postleaf CMS Playbook

Ansible playbook to install and run Postleaf CMS on Ubuntu/Debian servers.

Version

Postleaf: 1.0.0-alpha.3

Usage

NOTE: The following instructions are for Ubuntu 16.04

Install Ansible:

  1. First add the Ansible PPA (after which you'll need to press ENTER to confirm): sudo apt-add-repository ppa:ansible/ansible
  2. Update system's package index: sudo apt-get update
  3. Install Ansible: sudo apt-get install -y ansible

Clone repository

  1. Install git: sudo apt-get install -y git
  2. Change into home directory: cd ~
  3. Clone repo: git clone https://github.com/lukewatts/postleaf-playbook.git

Run

  1. Change directory into repo: cd ~/postleaf-playbook
  2. Set your app_url variable in site.yml under vars to your ip or domain (no trialing slash): app_url: https://example.com
  3. Run playbook: ansible-playbook site.yml

Troubleshooting

If you experience issues with CSS not loading correctly please verify the app_url var in site.yml is correct. No trailing slash and include the protocol.

CORRECT: http://127.0.0.1 or https://example.com INCORRECT: localhost or http://127.0.0.1/

Licence

MIT

© 2017 Luke Watts

postleaf-playbook's People

Stargazers

 avatar  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.