-1

My webhost doesn't have git installed (I know, I know). I have downloaded the source code to the lithium project. How do I configure this to work on my webhost? I need the lithium core? Where does this go in relation to my www dir? I'm familiar with rails, if you could point out the analogues I'd greatly appreciate it.

Harry Moreno
  • 10,231
  • 7
  • 64
  • 116

1 Answers1

1

Just extract the source code in the webroot folder and follow the manual,

Ahmed Siouani
  • 13,701
  • 12
  • 61
  • 72
Jails
  • 370
  • 1
  • 4
  • 9
  • I read that but I don't have git so I can't run `git submodule init`. This line "If you've downloaded the tarballs, make sure to unpack the core in the correct directory." I'm assuming that's the core dir. Where does this go in relation to my website root? – Harry Moreno Dec 26 '13 at 23:29
  • 1
    This https://github.com/UnionOfRAD/framework goes in the webroot folder and https://github.com/UnionOfRAD/lithium goes in the libraries directory created in the first step. `git submodule` just do the second step using `git`. Hope that help. – Jails Dec 27 '13 at 00:43