Skip to content

karljakober/PLS

Repository files navigation

Build Status Coverage Status

PLS

Pong Lan Software

Installation

  1. Sign up for github.com if you dont have an account

  2. go to koding.com and sign up (not sign up with github!)

  3. Click terminal (4th icon from left ">_" )

  4. run:

ssh-keygen -t rsa -C "your_email@example.com"
  1. When it asks you for a filename just press enter, then enter a password (or dont, just hit enter)

  2. run:

vim ~/.ssh/id_rsa.pub
  1. copy the contents of the file (select text and ctrl c) into a new 'ssh key' on https://github.com/settings/ssh (this is to authorize your koding development environment with your github account)

  2. go back to koding (if vim is still open press esc, then type :q and press enter to close the file)

  3. run:

sudo apt-get install fabric -y
cd ~
git clone git@github.com:KarlJakober/PLS.git
cd PLS
fab dev bootstrap

(it will prompt you for MYSQL Root Password, just press enter!) if it hangs, close the terminal, start a new one and run

cd PLS
fab dev deploy
  1. You are all set! go to yourusername.kd.io

Its giving me a mysql error!

If you come back to koding after a length of time, your mysql may automatically turn off

To fix this simply run:

sudo service mysql start

No images or Styles are loading,

You need to enable mod_rewrite

a2enmod rewrite

sudo service apache2 restart

Additional Resources

About

Pong Lan Software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published