Giter Club home page Giter Club logo

stratoserp_base's Introduction

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_base's People

Contributors

singularo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

ugintl

stratoserp_base's Issues

Some changes would make it more adoptable and easier for community

Can you please move "ext-posix" and "singularo/shepherd-drupal-scaffold" from require to suggest? When I try to download from composer template, It does not download because I do not have ext-posix. I think it will become more adoptable if you can make it easier for people to download and install.

[Bug] Your requirements could not be resolved

I am on a lamp server. I am getting following error.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested PHP extension ext-posix * is missing from your system. Install or enable PHP's posix extension

Is it also required if I just installing the module?

Generating demo content

Is it possible to generate demo content? I enabled "testing" module, but nothing happened.

What do you recommend

I see you recommend profile over stratoserp module. Why?

Let us say I have an existing site and I want to integrate erp features into the site. What should I do?

If I use stratoserp profile, I have to implement all the design I want on it again. It should be easier to integrate into existing site.

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.