Giter Site home page Giter Site logo

trio-purnomo / microweber Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microweber/microweber

0.0 2.0 0.0 493.89 MB

Drag and Drop CMS and online shop

Home Page: https://microweber.com

License: Other

ApacheConf 0.01% PHP 61.03% JavaScript 32.69% CSS 6.26% HTML 0.02%

microweber's Introduction

Microweber: Drag-and-Drop CMS

Current version: 1.0 running on Laravel 5!

**[Download](https://microweber.com/download.php) | [What is Microweber?](#what-is) | [Getting Started](#getting-started) | [Installation](#installation) | [Requirements](#requirements) | [Contribute](#contribute)** ---

Live edit

What is Microweber?

Microweber is a new generation content management system that allows you to create a website using drag and drop. You can easily manipulate the content and the layout of your pages. No coding skills are required.

Getting Started

Check out our online guides

Installation

Download and unzip

Or install manually

You need to have Composer installed in order to download Microweber's dependencies (including the Laravel framework).

  • Via Composer

composer create-project microweber/microweber my_site 1.0.x-dev --prefer-dist --no-dev

  • Clone The Repository

Clone this repository (or download as zip) on your server and run composer install in the base folder.

Requirements

General Requirements

  • HTTP server (Apache, IIS, nginx, etc.)
  • Database server
  • PHP >= 5.4 or HHVM
    • lib-xml must be enabled (with DOM support)
    • GD PHP extension
    • Mcrypt PHP extension

Developer Note: Microweber runs flawlessly on HHVM. We highly recommend replacing PHP with HHVM on Linux environments.

Developer Note: Latest HHVM builds can cause problems with MySQL sockets on some setups. If you are thrown a socket-related exception for MySQL connections and your host is set to localhost try replacing it with 127.0.0.1.

HTTP Server

Apache

The mod_rewrite module must be enabled in your Apache configuration. Microweber creates the necessary .htaccess files during installation if you're running on Apache.

IIS

You can easily import the .htaccess rewrite rules. Make sure you have enabled the URL Rewrite module for your website.

nginX

Add this location directive to your server configuration block. The root directive must point to the root of your Microweber website.

server {
  (...)
  location / {
    try_files $uri $uri/ /index.php$is_args$args;
  }
  (...)
}

Database

You have several choices for database engine. For small websites we highly recommend SQLite.

  • MySQL
  • SQLite
  • Microsoft SQL Server
  • PostgreSQL

On the installation screen you can only choose from database drivers your PHP configuration already supports. If you don't see your server of choice in the list you have to enable the corresponding PDO extension for your database server. PHP usually comes with PDO enabled by default.

Contribute

We are looking for people who want to help us improve Microweber.

If you are a developer, submitting fixes is easy:

  1. Log in to GitHub
  2. Fork the Microweber repository
  3. Make your changes
  4. Submit a pull request

Build Status

Build Status

microweber's People

Contributors

peter-mw avatar ash-rain avatar camelinuk avatar stoensin avatar

Watchers

James Cloos 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.