Giter Club home page Giter Club logo

data's Introduction

 ,-----.,--.                  ,--. ,---.   ,--.,------.  ,------.
'  .--./|  | ,---. ,--.,--. ,-|  || o   \  |  ||  .-.  \ |  .---'
|  |    |  || .-. ||  ||  |' .-. |`..'  |  |  ||  |  \  :|  `--, 
'  '--'\|  |' '-' ''  ''  '\ `-' | .'  /   |  ||  '--'  /|  `---.
 `-----'`--' `---'  `----'  `---'  `--'    `--'`-------' `------'
----------------------------------------------------------------- 

Support & Documentation

Visit http://docs.c9.io for support, or to learn more about using Cloud9 IDE. To watch some training videos, visit http://www.youtube.com/user/c9ide

Cloud9 Database Setup

https://docs.c9.io/docs/setup-a-database
https://docs.c9.io/docs/setting-up-cassandra
https://docs.c9.io/docs/setting-up-couchdb
https://docs.c9.io/docs/setting-up-mongodb
https://docs.c9.io/docs/setting-up-mysql
https://docs.c9.io/docs/setting-up-postgresql
https://docs.c9.io/docs/setting-up-redis
https://docs.c9.io/docs/setting-up-sqlite3

Install AspectJ Compiler & Tools

$ pwd
/home/ubuntu
$ ls
lib/  workspace/
$ unzip workspace/aspectj/aspectj1.8.zip 
creating: aspectj1.8/
creating: aspectj1.8/bin/
inflating: aspectj1.8/bin/aj 
...

Setup AspectJ and Java Home

$ vi /home/ubuntu/.bashrc

# SET UP ASPECTJ and JAVA
export CLASSPATH=/home/ubuntu/aspectj1.8/lib/aspectjrt.jar:.
export PATH=$PATH:/home/ubuntu/aspectj1.8/bin:.
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
export ASPECTJ_HOME=/home/ubuntu/aspectj1.8
export ASPECTJ_RT=/home/ubuntu/aspectj1.8/lib/aspectjrt.jar

data's People

Contributors

paulnguyen avatar

Watchers

James Cloos avatar mx_on_the_moon avatar

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.