Giter Club home page Giter Club logo

StratosERP

Tests

This repository contains the modules that are used by the StratosERP install profile.

The installation profile is the best way to get started, rather than using the modules directly.

On linux you can test the system out with docker by pasting these commands.

temp_dir=$(mktemp -d)
mkdir ${temp_dir}/{public,private}
sudo chmod 777 -R ${temp_dir}
docker run --rm -p 80:8080 \
  -e PRIVATE_DIR=/shared/private \
  -e SQLITE_DATABASE=/shared/database \
  --name stratoserp \
  --mount type=bind,source=${temp_dir},target=/shared \
  --mount type=bind,source=${temp_dir}/public,target=/code/web/sites/default/files \
  stratoserp/stratoserp

Retrieve the docker image and start it. Afterwards, you can access the system using http://localhost and performing a standard Drupal install, choosing the StratosERP install profile.

StratosERP's Projects

xeroclient icon xeroclient

A PHP library that extends Guzzle to provide Xero API integration without assumptions

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.