Giter Club home page Giter Club logo

virocms's Introduction

ViroCMS

ViroCMS is an easy to use PHP CMS which uses SQLite as a back-end. ViroCMS was created to easily integrate into existing websites that have no easy way to edit content. With support for both static content and a simplistic, but powerful article/blog engine, ViroCMS makes it easy to control your content.

Features

  • Beautiful interface to the CMS using siimple CSS framework
  • 1-click install of the SQLite database and tables
  • Simple content creation and editing using the WYSIWYG editor
  • User authentication and capability, control access to individual users
  • Article management, create a blog easily using the built-in tools
  • Backup/restore with a single click inside the interface
  • Easy to translate using a single file

Installing

  1. Create the database folder under app/db and allow read and write access to this folder.
  2. Run the installer by navigating to the /install.php file. This will generate the needed database structure.
  3. Remove the install.php file from the server.
  4. Visit /index.php on your system and login with the default credentials admin:password

Ensure to add a new user once logged in for the first time and disable access for the admin user.

Screenshots

ViroCMS Dashboard

Notes

  • Using the default install method, the app/db/viro.db file will be accessible via HTTP. It is recommended to configure your web server of choice to block public access to this file. Examples of this will be given in the Wiki in time.

A quick example in nginx would be similar to the below;

location = /app/db/viro.db {
        internal;
}

virocms's People

Contributors

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