forked from sumeetchhetri/ffead-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL-UNIX
17 lines (16 loc) · 1.52 KB
/
INSTALL-UNIX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GNU/Linux based Installation
1. Refer INSTALL-WINDOWS-CYGWIN file for directions on how to install on Windows and Cygwin
2. Download the tar file and extract it to the location of your choice.
3. Install Unix-ODBC and required odbc files for MySQL dependency alongwith development files
4. Install Open-SSL and development files
5. Also included prototype.js in source for AJAX support
6. Go to the ffead-server/Release or ffead-server/Debug depending on whether you need to debug the server code
7. Open terminal and type "make all" and "make build-apps" to build the server and the default applications provided
8. This will create the distribution folder named ffead-server inside ffead-server/Release or ffead-server/Debug folders accordingly
9. Type ./server.sh when inside the ffead-server folder to start the application server
10. A default application is already provided for your reference inside the ffead-server/web folder, this application is served at urlpath /
11. 2 other applications are provided, urlpath /flexApp and /oauthApp
12. To compile the default application shared library go to the ffead-server/Release/ffead-server/web/default/src/Debug folder and run "make all"
13. Copy the libdefault library to the ffead-server/Release/ffead-server/lib folder
14. Place your application shared library inside the ffead-server/Release/ffead-server/lib or ffead-server/Debug/ffead-server/lib folder.
15. Place your web application specific files inside the ffead-server/Release/ffead-server/web folder inside a folder with your application name