Menu

yfi_setup_svn

Anonymous

Quick Help On SVN (Subversion)

Instructions to get the latest development code of YFi Hotspot Manager.
Ensure you have a SVN client program. This document will use the Subversion terminal application.

sudo apt-get install subversion

Create a directory where you can download the latest source code to. Change to that directory and check out the yfi and yfi_cake branches.

cd ~
mkdir yfi_svn
cd yfi_svn
svn checkout svn://svn.code.sf.net/p/hotcakes/code/trunk/yfi yfi
svn checkout svn://svn.code.sf.net/p/hotcakes/code/trunk/yfi_cake yfi_cake

To remove the .svn files inside the directories and create tar files, use the following:

cd ~
cd yfi_svn
find -name ".svn" -exec rm -fdr {} \;
tar -czvf yfi.tar.gz yfi
tar -czvf yfi_cake.tar.gz yfi_cake

You can now use this tar files in the setup instructions:
YFi View Componet Setup and CakePHP Setup

Alternative Login Pages for Coova Chilli

Grab the latest version with the following command:

svn checkout svn://svn.code.sf.net/p/hotcakes/code/trunk/yfi_cake/setup/coova_json coova_json

Follow the configuration instructions JSON Interface of Coova Chilli


Related

Wiki: YfiTechNginx
Wiki: yfi_explain_JSON
Wiki: yfi_setup_RHERL
Wiki: yfi_setup_cake
Wiki: yfi_setup_centos6
Wiki: yfi_setup_centos_cake
Wiki: yfi_setup_centos_yfi
Wiki: yfi_setup_yfi