Skip to content
forked from isovector/accio

if you're looking for the analytics platform, you're in the wrong place!

Notifications You must be signed in to change notification settings

stjordanis/accio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accio

Getting Started

Windows:

download scala @ http://scala-lang.org/download/2.9.2.html
add scala-2.7.1.final\bin to PATH environment variable
download play @ http://downloads.typesafe.com/play/2.2.1/play-2.2.1.zip
extract to location you wish to store binar
add __parent_directory__\play-2.2.1 to PATH environment variable
git clone git@github.com:Paamayim/accio.git
cd accio
play run

Linux:

sudo apt-get install scala
wget http://downloads.typesafe.com/play/2.2.1/play-2.2.1.zip
sudo unzip play-2.2.1.zip -d /opt
sudo chown -R `whoami`:users /opt/play-2.2.1
rm play-2.2.1.zip
echo 'PATH=$PATH:/opt/play-2.2.1' >> ~/.bashrc
source ~/.bashrc
git clone git@github.com:Paamayim/accio.git
cd accio
play run

About

if you're looking for the analytics platform, you're in the wrong place!

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.4%
  • PHP 19.6%
  • CSS 10.8%
  • SQL 1.8%
  • Scala 1.2%
  • C++ 0.2%