Code Monkey home page Code Monkey logo

iosd-frontend's Introduction

iosd-frontend

IOSD Website - www.iosd.tech

This is the Website for International Organization of Softwware Developers.

A Bootstrap-Theme based site.

The site is divided into different sections which can be used accordingly.

To Use the Site as your template locally Clone or Download the Zip file of the site.

To Deploy This App on Heroku -

Deploy

  1. Have git installed

  2. Heroku Account – sign up at https://signup.heroku.com/.

  3. Download the Heroku Toolbelt – a command line application for managing your Heroku account

  4. Run heroku login in your terminal or command prompt and fill in your Heroku credentials

  5. Clone the Repository or Download the Zip folder for this Site.

  6. Navigate to your project in the command prompt.

cd Projects(Or the Directory in which it is saved)/iosd-frontend-master

  1. Create an index.php file with PHP opening and closing Tags and fill in this one line of code.

header( 'Location: /index.html' )

The index.php file will be served by Heroku before index.html. We need to make the browser redirect from index.php to index.html.

  1. Then we’ll use the command line tool called git to initialize or create a version of the site you want to deploy. To do that run the command:

git init git add -A

  1. Then you want to commit or save all the changes for the site. With a message describing what you’ve done.

git commit -m "My site ready for deployment."

  1. Run - heroku apps:create my-static-site-example

Insert your desired name instead of my-static-site-example as the name of the site.

  1. Run - git push heroku master Once you see “remote: Verifying deploy…. done.” the site has been deployed.

You can now visit your site at https://.herokuapp.com

iosd-frontend's People

Contributors

dhruvramdev avatar flaredragon avatar krishnarai30 avatar weeper avatar procaffeinator avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.