GithubHelp home page GithubHelp logo

matveynator / sitebrush-v1 Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 7.25 MB

Static HTML editor. Easy website editor for everyone. Create stunning web pages hassle-free!

Home Page: https://sitebrush.com

License: Other

Shell 0.09% PHP 59.92% CSS 1.52% JavaScript 34.52% Batchfile 0.04% HTML 3.10% XSLT 0.74% Smarty 0.05% Dockerfile 0.02%
cms cms-backend cms-framework docker-image homepage homepage-app static-site static-site-generator templates web-dev webdesign website website-design website-template

sitebrush-v1's Introduction

SiteBrush: Static HTML Website Editor.

Steps to install SiteBrush on your server:

Easy installation via Docker (suitable for Linux Debian/Ubuntu etc):

  1. Update packages: apt-get update
  2. Install necessary packages: apt-get -y install curl docker.io bash
  3. Run SiteBrush installation:
    curl -L https://raw.githubusercontent.com/matveynator/sitebrush-v1/master/install-sitebrush-in-docker.sh > /tmp/install-sitebrush-in-docker.sh && bash /tmp/install-sitebrush-in-docker.sh

Manual installation (for advanced users):

  1. Create directories for backup and data:
    mkdir -p /backup/sitebrush/mysql /backup/sitebrush/data
  2. Create Docker volumes:
    docker volume rm sitebrush_mysql_data sitebrush_site_data
    docker volume create --opt type=none --opt device=/backup/sitebrush/mysql --opt o=bind sitebrush_mysql_data
    docker volume create --opt type=none --opt device=/backup/sitebrush/data --opt o=bind sitebrush_site_data
  3. Run the SiteBrush container:
    docker run -d -p 80:80 -v "/etc/timezone:/etc/timezone:ro" -v "/etc/localtime:/etc/localtime:ro" -v sitebrush_mysql_data:/var/lib/mysql -v sitebrush_site_data:/opt/sitebrush.com -e MAILHUB="smtp.gmail.com:587" -e EMAIL="[email protected]" -e DOMAIN="gmail.com" -e AUTH_USER="[email protected]" -e AUTH_PASS="PASSWORD" --restart=unless-stopped --name=sitebrush matveynator/sitebrush-v1:latest

Installing SiteBrush allows you to edit your website online without the need for knowledge of complex technical details. This editor combines the benefits of dynamic and static websites, providing convenience and high page loading speed.

Features:

  • Result - static HTML.
  • Visual editor and ability to work with HTML/CSS/JavaScript.
  • Automatic backup and website restoration.
  • Support for repeating elements on all pages.
  • Automatic import of all necessary files.
  • Support for changing page addresses without 404 errors.
  • Freeze mode for editing and publishing without downtimes.

sitebrush-v1's People

Contributors

matveynator avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

gshap1995

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.