Giter VIP home page Giter VIP logo

aquilacms's Introduction

AquilaCMS

License Badge Codacy Badge

Build Status

AquilaCMS

AquilaCMS is an Open-source e-commerce web application, 100% javascript with Node.js and MongoDB. Themes can be used with ReactJS and NextJS (for polymorphism). A complete Back office is available for managing your website. You can download some modules or themes in Aquila's Shop.

AquilaCMS

Server configuration

To install the latest AquilaCMS, you need a web server running node.js 12.18.1+ and mongoDB 4.2.5+. The package manager yarn 1.22.4+ is required.

System packages

You must verify that you have these packages installed on your OS : g++ gcc libgcc libstdc++ linux-headers make python libtool automake autoconf nasm wkhtmltopdf vips vips-dev libjpeg-turbo libjpeg-turbo-dev

On Windows you must download wkhtmltopdf : https://wkhtmltopdf.org/downloads.html and libvips : https://github.com/libvips/libvips/releases (beware of 32 or 64 bits versions)

Installation

You can download the source code from GitHub and run the following command-line to launch the installer.

With npm :

yarn install
npm start

With pm2 :

yarn install
cp ecosystem.config.example.js ecosystem.config.js
npm run start:pm2

With docker :

docker pull nextsourcia/aquilacms
docker run -p 127.0.0.1:3010:3010/tcp nextsourcia/aquilacms

At the first launch, there is an installation page. It allows you to create an env.json file in the config folder. You can edit this file manually, an example of the different possible properties is in the config/env.example.json file.

Warning : there is not MongoDB in AquilaCMS image. To connect your AquilaCMS website to a Mongo database, you can :

  • run a MongoDB image next to the AquilaCMS image
  • use an external link to, for example, an Atlas database
  • use a localhost link to connect AquilaCMS to a database on your host machine (you have to edit your mongod.conf and change your bindIp by your network ip instead of 127.0.0.1)

License

AquilaCMS is licensed under OSL3.

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.