Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

tav/oldproto

Repository files navigation

Getting Started

First ensure you have the following language runtimes:

  • Go
  • Java
  • NodeJS
  • Python
  • Ruby

Then install some external tools and libraries with:

$ sudo easy_install-2.7 -U assetgen
$ sudo easy_install-2.7 -U plumbum
$ sudo easy_install-2.7 -U PyYAML
$ sudo gem install sass
$ sudo npm install -g coffee-script@1.6.2
$ sudo npm install -g uglify-js@2.2.0
$ go get -u github.com/tav/golly

And to download App Engine SDKs and other dependencies by running:

$ ./build install

If you have access to the private directory, clone it as the private subdirectory, i.e.

$ git clone <repo-url> private

Symlink the dist and etc subdirectories:

$ ln -s private/dist
$ ln -s private/etc

This gives you the basic setup. Now, whilst developing you need to run the following commands concurrently:

$ ./build app/dev/2
$ ./.appengine_go_sdk/dev_appserver.py app

License

All of the code has been released into the Public Domain. Use it as you please.


Enjoy, tav <tav@espians.com>

About

Proto implementation of the Espra Social Collaboration Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published