Giter Site home page Giter Site logo

WarpSpeed Server Provisioning and Management

We make web deployment easy. For complete information, please visit: https://warpspeed.io.

Server Provisioning

WarpSpeed is designed for use with Ubuntu 22.04 LTS 64 bit. A variety of installer scripts are available within this repository to configure your server just as you want it. The scripts in this repository can be used standalone, or in conjunction with the WarpSpeed.io web interface.

Usage

To use the WarpSpeed scripts, you first need to create a server. You can use a server like RackSpace, Digital Ocean, Linode, etc. to create your server. Make sure you use an Ubuntu 22.04 LTS 64 bit base image, regardless of your server provider.

Once you have created your server, log in as root and run the following command:

wget -O warpspeed-provisioner.sh https://raw.githubusercontent.com/warpspeed/warpspeed/master/provision-manual.sh; bash warpspeed-provisioner.sh

The manual provisioner will ask a few questions. Be prepared with an SSH public key to use for authentication to the server. You will also be able to customize what stack is installed on your server. Look in the installers folder of this repository to see what options are available.

If you don't already have an SSH key set up, follow this great guide here: https://help.github.com/articles/generating-ssh-keys/.

Once your server is provisioned, you should be able to SSH to your server by typing the following at your terminal:

ssh warpspeed@server-ip-here

Server Management

Once provisioned, you can easily manage your server with the warpspeed command. Just type warpspeed after you have logged into your server and you will see this:

Usage: warpspeed [COMMAND] [PARAMS] [OPTIONS]...
  This is the WarpSpeed.io server management utility.
  For complete information, visit: warpspeed.io.

Available commands:

  site:create [TYPE] [NAME] [OPTIONS]...
  site:remove [NAME] [OPTIONS]...
  site:reload [NAME]
  site:secure [NAME]

  mysql:db [DBNAME] [USER] [PASS]
  mysql:backup [DBNAME]

  postgres:db [DBNAME] [USER] [PASS]
  postgres:backup [DBNAME]

  update

The TYPE for the site:create command can be any of the following:

html
php
go

The OPTIONS for the site:create command can be any of the following:

--force     # Forces overwrite of existing configuration for a site folder that is already present.
--push      # Creates a push repository so that code can be push deployed.
--wildcard  # Setups us wildcards for nginx so that the site will respond to *.domain.com

The OPTIONS for the site:remove command can be any of the following:

--all      # Remove both the site and git repo folder matching passed NAME

For complete information on available commands please visit: https://warpspeed.io.

License

© Turner Logic, LLC. Distributed under the GNU GPL v2.0.

WarpSpeed's Projects

warpspeed icon warpspeed

WarpSpeed.io provisioning and management for production servers.

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.