project-open-data / csv-to-api

Proof of concept to dynamically generate RESTful APIs from static CSVs
http://labs.data.gov/csv-to-api/
324 stars 82 forks source link

Copying the files into the server #29

Open AnasGhadieh opened 9 years ago

AnasGhadieh commented 9 years ago

I tried to copy all 3 files to the server (.php files) http://www.example.gov/open/data/csv-to-api/?source=www.example.gov/open/data/csv-to-api/XYZ.csv

Knowing that the same exact file (XYZ.csv) is working fine when used with: http://labs.data.gov/csv-to-api/?source=www.example.gov/open/data/csv-to-api/XYZ.csv

I would appreciate the help since I am new to this.

Thanks

waldoj commented 9 years ago

I'm afraid I don't understand, @AnasGhadieh. Is something not working correctly? What is it that you need help with here?

AnasGhadieh commented 9 years ago

@waldoj, I am trying to copy the source code to the server and then start modifying it.

I placed the files on the server class.csv-to-api.php index.php README.md

I have not done any changes to the code. Is there a specific procedure that I shoudl follow to get this project on the server ?

AnasGhadieh commented 9 years ago

@gbinal Do you have any suggestions or ideas that might help me ? Thanks !

gbinal commented 9 years ago

@AnasGhadieh - can you confirm that PHP is installed on the server as well?

Also, is Alternative PHP Cache (APC) installed?

AnasGhadieh commented 9 years ago

@gbinal I have to check with the server owner regarding this. I thought it did. keeping this issue open for now