egyptian-geeks / EgyptianGeeksArchive

Archive of the Facebook Group for Egyptian Geeks
https://egyptian-geeks.github.io/EgyptianGeeksArchive/
9 stars 3 forks source link

Update README :: How to Install and run the app #22

Closed ahmadajmi closed 10 years ago

ahmadajmi commented 10 years ago

We need to add simple steps for running the app, I opened the index.html and nothing happens. It looks like ASP.net config files is used which I have no idea about.

Thanks

AmrEldib commented 10 years ago

It's meant to be used as a website. Use this link to visit it. If you'd like to set it up on your machine, set it up as an IIS application.

ahmadajmi commented 10 years ago

Yes I want to run it on my machine, but I don't know how is it easy to run it on Mac. I think it would be great if we can manage it so everyone can clone and run it easily on whatever OS he use.

AmrEldib commented 10 years ago

Good idea. For now, you can use the hosted version. If you figure out how to set it up on a Mac, feel free to add those instructions to the README file.

mtayseer commented 10 years ago

python -m SimpleHTTPServer should work on Linux & Mac (& Windows also if you have Python installed), but it didn't work when I tried it. I'm working on it now.

mtayseer commented 10 years ago

Fixed here

AhmedKamal commented 10 years ago

It only shows the top bar but the posts don't appear.

I tried to open it using VS through Open Websites

ahmadajmi commented 10 years ago

Perfect! It works with python -m SimpleHTTPServer Thanks