GithubHelp home page GithubHelp logo

benchless's Introduction

Benchless: Streamlining Your Development Environment

Benchless is your essential toolkit for efficiently setting up Python, NodeJS, or Empress/Empress environments.
Explore the Docs · Report Bug · Request Feature

About Benchless

Benchless is an accessible and streamlined solution for developers seeking to set up and manage Python, NodeJS, or Empress/Empress environments. It eliminates the hassle and saves valuable time, enabling you to focus on what matters most – building great software.

Key Features

  • Python setup via pyenv
  • NodeJS setup via nvm
  • Empress/Empress environment setup
  • Development process management
  • Site creation and deletion

Getting Started

Prerequisites

Ensure you have the following system prerequisites: Python 3, NodeJS, yarn, MariaDB, and Redis.

Installation

Follow these steps to get your development environment up and running:

  1. Clone the Benchless repository:
git clone https://github.com/empress-eco/benchless.git
  1. Set up Python with pyenv:
pyenv install 3.7.6
  1. Set up NodeJS with nvm:
nvm install 12
  1. Install yarn:
npm install yarn -g
  1. Set up Empress/Empress Environment:
./setup-Empress.sh
  1. Start mariadb:
sudo systemctl start mariadb.service
  1. Start development processes:
./env/bin/honcho start
  1. Create a new site:
./benchless.py Empress new-site mysite.localhost --install-app Empress
  1. Drop a site:
./benchless.py Empress drop-site mysite.localhost

Usage

Explore various Benchless commands with:

./benchless --help

Contributing

We welcome and appreciate contributions! Here's how you can contribute:

  1. Fork the Benchless repository
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License and Acknowledgements

This project is under the MIT License. Your contributions are also licensed under the MIT License.

We extend our heartfelt gratitude to the Empress Community for their foundational contributions to this project. Their innovative tools and unwavering support have been instrumental to the success of Benchless.

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.