Gone

A simple way to deploy files. Ready, Set, Gone!

Installation


1 - First of all, make sure you have Node.js installed.

2 - Clone this repository and create your project folder

    
    git clone git://github.com/vitorbritto/gone.git projectname
    cd projectname
    

3 - Install dependencies and make the script executable

    
    npm install
    chmod u+x gone.js
    

4 - Run gone: ./gone.js run

5 - Choose your deploy method and set up your configurations

6 - And you're ready to go!

Use ./gone.js -h for more details and instructions.

Usage


Once you have Gone installed, just follow the steps bellow to deploy your files.

1 - Setup your preferences (check the configuration section to begin this step)

2 - Execute chmod u+x gone.js and ./gone.js

Configuration


Each deploy method has its own settings for sending files and communicating with the server. Thus, the configuration file is well documented to make the reading more legible and be easily updated. Check out the following:

FTP

Rsync

Git

Contribute


Feel free to contribute with this project or leave a suggestion.