GithubHelp home page GithubHelp logo

phambaonam / cms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arrowjs/cms

0.0 2.0 0.0 38.66 MB

CMS bases on new Arrowjs Core. Online training solution http://techmaster.vn use this CMS

Home Page: http://arrowjs.io

JavaScript 49.32% HTML 37.41% CSS 13.20% PHP 0.07%

cms's Introduction

ArrowJS CMS

dependencies Status devDependencies Status

Join our online chat at Gitter

Welcome to ArrowJS CMS! ArrowJS CMS is CMS base on ArrowJS framework. By default, we are blog platform support SQL database like Wordpress. We have many features like themes, widget , multi-language, authenticate , Role-base v.v Our platform is easy to scale to build large system like e-commerce v.v.

Email us if you need any support to build your own business

Thanks.

Demo Website

Demo Website

Default account backend

    username: [email protected]
    password: 123456

Documents

Vietnamese documents: http://arrowjs.io

English documents will be coming soon.

Requirements

To run this CMS you need at least:

  • Nodejs 4.0.0 or higher

Install ArrowCMS on fresh VPS

    $ bash <(curl -s http://arrowjs.io/install.sh)

This bashscript auto install Redis, Postgres for you.

Installation

Clone project from github:

    git clone https://github.com/arrowjs/CMS.git

Go to project folder and install npm packages

    cd CMS
    sudo npm install

Configuration

We tested with PostgreSQL and MySQL. By default, Arrow CMS use PostgreSQL and Redis. If you don't have Redis or PostgreSQL modify the config file :

//Database config
//config/database.js
 db: {
        host: 'localhost',    // database host
        port: '5432',         // database port
        database: 'arrowjs',  // database name
        username: 'postgres', // database usename
        password: '',         // database password
        dialect: 'postgres',  // database type 
        logging: false
    },
    

//Redis cache config
//config/redis.js
redis: {
        host: 'localhost',
        port: '6379',
        type: 'fakeredis'  // if you installed redis, change it to "redis".
    },
    

Run CMS

Start application:

    node server.js

or

    npm start

Now application start on port 8000 (default port, you can change it in file config/config.js or configure in server.js).

Admin account for backend (with URL /admin/login):

    username: admin
    password: 123456

You must change it after login for secure account.

License

The MIT License (MIT)

Copyright (c) 2015 ArrowJS CMS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

cms's People

Contributors

lephuhai avatar phambaonam avatar techmaster avatar thangtyt avatar thanhvk avatar trquoccuong 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.