Related Topics
Installing Web source files
Deploying mobile site to Heroku
Installing the IONIC (Android/IOS)

Get started with Lindoo and Belloo - Mobile site

Start building high-quality mobile dating site with the tech you know and love.

Install Node.js

First, install Node.js.

Install Node.js

Install Git

Second, install Git.

Install Git

Install Heroku CLI

Third, install Heroku CLI.

Heroku CLI

Download latest lindoo/belloo repo

Save it in your computer in a new folder with in a place where you remember

Download Mobile site repo

Point the app to your domain

Go to the www folder and open index.html file, then in the header you will find the place to add your url make sure to include http:// or https://

Create a heroku app

If you dont have account in heroku , create new account, then login and create a new personal app

heroku site

Remember the name of the app

Preparing upload to Heroku

With the console "cd" to the root folder where you have your mobile site files and run the follow commands

git init

heroku git:remote -a "yourappnameinheroku"

Uploading to heroku

With the console "cd" to the root folder where you have your mobile site files and run the follow commands

git add .

git commit -am "make it better"

git push heroku master

Adding your domain to your heroku app

In the heroku dashboard click in the tab settings and you can cofigure your custom domain there