Dylanb-dev / splatoon-calculator

Simple splatoon ability and gear calculator based on angularJS
MIT License
12 stars 5 forks source link

Domain/Hosting #5

Open rcombs opened 9 years ago

rcombs commented 9 years ago

I've pointed https://calc.splatoon.ink/ at the Heroku app; could you add that to the allowed addresses?

Alternately, if you'd rather not pay for the Heroku hosting, I can host it on the splatoon.ink server.

Dylanb-dev commented 9 years ago

I'm keen to get off heroku hosting because I'm using their free service so it goes down fairly often.

I will make a new branch for just the basic app that can hopefully be hosted easier.

rcombs commented 8 years ago

poke

Dylanb-dev commented 8 years ago

I want to host it on your server gimme details

frozenpandaman commented 8 years ago

Hope this happens! Having it hosted at splatoon.ink would be great.

Dylanb-dev commented 8 years ago

Fuck finally got around to making it static, you should have no trouble hosting now.

rcombs commented 8 years ago

The subdomain is up. Create a file called CNAME in the root of the lolcookie.github.io repo and put calc.splatoon.ink in it.

Dylanb-dev commented 8 years ago

I have done this but I want to not have to host my code. What do you need me to do? Minification? Testing?

jfgoncalves commented 8 years ago

For maintenance sake, you might want to create a gh-pages branch on this repository, drop the CNAME in it and use that to push changes publicly, instead of copying the same repo in lolcookie.github.io and juggle between the two. You just need to work on your master branch and when you want to propagate the changes, merge the branch into gh-pages. That way, you have one repository accessed from lolcookie.github.io/splatoon-calculator/

Changes might need to be done on the splatoon.ink side though. @rcombs.

Dylanb-dev commented 8 years ago

Yeah I'll do that. Thanks for the tip.

Dylanb-dev commented 8 years ago

Everything seems to be working fine as long as I have a lolcookie.github.io repositry

jfgoncalves commented 8 years ago

Currently: People can access the repository from:

When Rodger will make the changes, people will access the repository from:

Your lolcookie.github.io repo is not necessary (I have a jfgoncalves.github.io/splatoon-gears repo without a jfgoncalves.github.io repo), but wait for the changes on splatoon.ink side before deleting it or people will not be able to access it from the url.

Dylanb-dev commented 8 years ago

I cleared lolcookie.github.io so it is now only lolcookie.github.io/splatoon-calculator.

Everything is working fine as far as I can tell.

I think I need a lolcookie.github.io repo to make pages work.

Dylanb-dev commented 8 years ago

Sorry if thats confusing but calc.splatoon.ink seems to be running off lolcookie.github.io/splatoon-calculator now.

jfgoncalves commented 8 years ago

Yeah apparently. You can leave it as it. Also I pushed a pull request fixing a bunch of stuff, feel free to merge it.