Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install/setup instructions to the README #14

Open
eddiejaoude opened this issue Dec 24, 2015 · 12 comments
Open

Add install/setup instructions to the README #14

eddiejaoude opened this issue Dec 24, 2015 · 12 comments

Comments

@eddiejaoude
Copy link
Contributor

Include:

  • Dependencies (ruby etc)
  • Services (database etc)
  • Environment variables
  • ...
@alecrimi
Copy link

alecrimi commented Jan 1, 2016

Phonegap can be installe by using npm:
npm install -g phonegap
among the prerequisites there are npm, ant, and node.js

Then:

  1. First create the app environment:
    phonegap create hababy -n hababy -i com.hababy
  2. Copy the www ruby folder has to be placed into the main folder just created by phonegap
  3. then enter the folder and build the app:
    phonegap build

The result should be file hababy.apk

@eddiejaoude
Copy link
Contributor Author

Can you also add the instructions to hosting the website please?

The *.apk will be added to to the App(s) (Google play & iPhone?) store

@alecrimi
Copy link

alecrimi commented Jan 2, 2016

I don't anymore a valid googleplay account, but I will ask to a friend. So this is the plan.
I have never had an itunes licence,and I don't know anybody.(so only Googleplay).

about the website, i will keep for at least a year the main one on:
http://www.alessandrocrimi.com/hababy/

but I will upload on git (hababy_website) also the website zipped, the contact page requires PHP, so it is enough to unzip the folder but you have to be sure the server has rights to use PHP scripts

@eddiejaoude
Copy link
Contributor Author

Would it be better to have 2 repositories?

  1. website
  2. *.apk

That way the code can be separated & documentation can be specific.

@alecrimi
Copy link

alecrimi commented Jan 2, 2016

I don't have my laptop with me and I am travelling, This is the website
hababy_website.zip

@eddiejaoude
Copy link
Contributor Author

No problem, no rush. Just want to clarify our next steps.

@alecrimi
Copy link

alecrimi commented Jan 2, 2016

ok then we can keep the compiled apk on googleplay and on the actual repo, and the website somewhere else, at this point let me know where do I have to do the "commit" for the website

@eddiejaoude
Copy link
Contributor Author

Do you want this repo to become the App or the Website repo? Then I will create the other one

@alecrimi
Copy link

alecrimi commented Jan 3, 2016

I think we can keep the current repo as it is for the code and compiled app. Maybe a new one can be made for the website

@eddiejaoude
Copy link
Contributor Author

Ok. I have rename this repository from Hababy to Hababy-App and created a new repository Hababy-Website.

Anyone who has already cloned Hababy, will need to update their remotes to Hababy-App or re-clone the repository.

@eddiejaoude
Copy link
Contributor Author

@alecrimi you mentioned the development environment setup above. Can you please add it to the README.md, thanks.

@ahenkels
Copy link
Collaborator

ahenkels commented Feb 2, 2016

hi @alecrimi when you get a chance can you please add the development environment setup to the README.md as @eddiejaoude suggests. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants