Skip to content

doulevo/doulevo

Repository files navigation

Doulevo

WORK IN PROGRESS, NOT READY FOR PRODUCTION USE

Doulevo is a command line tool and backend to simplify development and deployment of cloud-based applications.

To learn more watch the video: https://youtu.be/BFayOne9LZk

Or read the blog post: https://www.the-data-wrangler.com/simplifying-application-deployment-with-doulevo

Doulevo is an open source project developed in this code repository.

If you live this, please star this repo.

Click here to support my work

Become a contributor

Doulevo needs your help!

Check out the developer guide

Email ashley@codecapers.com.au to find out how you can help.

Give feedback

Doulevo is a work in progress, please email feedback to ashley@codecapers.com.au.

Write plugins

Doulevo is extensible by the community, learn how to write a plugin.

Installation

Installing the Doulevo executable

Download the latest release from GitHub: https://github.com/doulevo/doulevo/releases

Download the appopriate zip file for your platform, unpack it and put the doulevo executable in your path.

That's it!

Installation with Node.js

If you have Node.js, you can install Doulevo using npm:

npm install doulevo -g

Basic usage

To get help:

doulevo help

To create a new Doulevo project:

doulevo create my-new-service

To run your new service:

cd my-new-service
doulevo up

To deploy to production (assuming you have a backend and are authenticated):

doulevo deploy

To learn more read the user guide.

About

A platform that simplifies application development and deployment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published