0.0.47 • Published 8 years ago

thanos v0.0.47

Weekly downloads
186
License
-
Repository
github
Last release
8 years ago

Thanos

About

Project deployment tool for Nodejs and AWS.

Requirements

  • nodejs - v4.2.1 or higher
  • npm - v2.14.7 or higher
  • mongodb - v2.6.5 or higher
  • AWS account with Amazon

Optional

  • GitHub account for deployment directly from GitHub

General Local/Server Setup

The easiest way to setup Thanos is from npm with npm install -g thanos command. You can then run thanos -st command to configure the project and install all required dependencies including a default user for Thanos.

  • npm install -g thanos
  • thanos -st

Please have your nodejs, mongodb installed and running.

Development Setup

For development we recommend that Thanos is not installed in a global space. To do this first clone the repo: git clone https://github.com/kublikon/thanos.git and then run the npm install command in the project space. Once Thanos is installed you can configure the default user by running thanos -st -u command from any terminal location.

  • git clone https://github.com/kublikon/thanos.git
  • npm install
  • thanos -st -u

Please have your nodejs, mongodb installed and running.

Configuration

To configure Thanos run thanos -st command in your terminal. You will be prompted for the following information:

  • path to mongodb - including any credentials (ex: mongodb://localhost/thanos - for thanos data storage)
  • random letter/number combination for salt - for encrypting sensitive information
  • AWS account id
  • AWS access key id
  • AWS secret access key
  • AWS bucket
  • AWS region
  • AWS domain

For more information check out the wiki.

0.0.47

8 years ago

0.0.46

8 years ago

0.0.45

8 years ago

0.0.44

8 years ago

0.0.43

8 years ago

0.0.42

8 years ago

0.0.41

8 years ago

0.0.40

8 years ago

0.0.39

8 years ago

0.0.38

8 years ago

0.0.37

8 years ago

0.0.36

8 years ago

0.0.35

8 years ago

0.0.34

8 years ago

0.0.33

8 years ago

0.0.32

8 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago