Code Monkey home page Code Monkey logo

skyline's Introduction

Skyline: N2O Promo Example

This is App Store demo website. It is made with Nitrogen DSL and based on N2O. It is a demo how to use N2O in real-life applications. Feel free to use it in your projects.

Login

Prerequisites

Optional Prerequisites

For developing rich applications usually you need to plug JavaScript controls and write custom CSS using LESS. For that purposes Skyline introduces you an modern asset arhitecture based on node tools.

JavaScript Prerequisites

$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:richarvey/nodejs
$ sudo apt-get update
$ sudo apt-get install nodejs
$ sudo apt-get install npm
$ sudo npm install uglify-js -g

If you want just try Skyline you don't need to install node tools. You need it only when you developing you own CSS/JavaScript derivatives.

Install Scenarios

UNIX/LXC

Use this scenation on your server/desktop/notebook.

$ make
$ make start
$ make attach
> application:which_applications().

Xen

Use this scenario to try Xen deployment.

$ sudo apt-get install xen-hypervisor-amd64
$ echo XENTOOLSTACK=xl > /etc/default/xen
$ sudo brctl addbr docker0
$ sudo ip addr add 172.16.42.1/24 dev docker0

$ make
$ rebar ling-build-image

$ truncate -s 100m disk
$ sudo xl create -c xen.config
> application:start(web).

Init DB (Mnesia)

> kvs:join().
> kvs:init_db().
> kvs:dir().
> kva:all(user).

And open in browser

Credits

  • Maxim Sokhatsky
  • Andrew Zadorozhny

OM A HUM

skyline's People

Contributors

5ht avatar doxtop avatar 23min avatar develop7 avatar neildaemond avatar vitormazzi avatar proger avatar

Watchers

Michael avatar James Cloos 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.