Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 821 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 821 Bytes

About Stepper

Stepper is a tool to save sequence of commands for repetitive tasks. Let me break down this for a bit. Imagine you, frequently, do sequence of commands to accomplish a mission. Example, Configuring Ubuntu Server. While you are not a "Linux Master" and you forget those commands eventually. Stepper is here to save your missions (sequence of commands) to copy/paste them when needed. This idea encouraged me to create the Stepper.

Features

  • Missions with ordered steps
  • Configurable Missions

Stack

Laravel, Vue.js

Installation

  • Clone project

  • Copy and paste .env.example (Rename it to .env)

  • Configure DB settings in .env file

  • Run command -> composer install

  • Run command -> php artisan key:generate

  • Run command -> php artisan migrate

  • Run command -> php artisan db:seed

  • Enjoy