npm install exponentialExponential command line utility.
> Warning: This is a 0.0.0 release. Do not use exponential yet as it will not
> work. exponential will be released in beta form on or before February 28,
> 2014.
You need the following software installed to use exponential:
The following are guides to help you setup a development environment on Linux.
- Install Node.js
- Install MongoDB
- Install build-essential and g++ so that you can use the optimized/native
Mongo drivers
``bash`
sudo apt-get install build-essential g++
Install exponential after installing the prerequisites listed above.exponential needs to be installed globally.
`bash`
npm install exponential -g
- Open a web browser and navigate to http://www.exponential.io.
- Click Signup.
- Enter the requested information. Please use your email address for both
Email and Username.
- Click Signup.
`bash`
vi ~/.exponential/config.json
Paste the following into your config.json file and update email with yourpassword
Exponential.io email and with your Exponential.io password.
`json``
{
"email": "YOUR-EMAIL-ADDRESS",
"password": "YOUR-PASSWORD"
}