Projects Display Gallery
-
Fork this repo
-
Clone your fork with:
git clone git@github.com:<your-username>/showcase-projects.git
-
Update
projects.yaml
file and include your project details. Instructions below. -
Commit your work with:
git commit -m "Add project: <project-name>"
If you have more than one project, then commit them separately.
-
Push your changes with:
git push origin master
-
Submit a Pull Request.
You must enter the following details in YAML format:
- project: Project name.
- description: One line description of your project, possibly in less than 80 chars.
- website-link: Link to the application. If it is a website then link to the site, or if it is an android app, link to Play Store.
- github-link: Link to the GitHub source repo.
- tags: A list of tags of the technologies used. Keep each tag in lowercase.
e.g.
[python, html, css, js]
- creator: Creator name.
- creator-link: Link to the creator. You can link to your website, blog, Twitter page or even your GitHub profile.
Note: Only website-link is optional.
You are going to need the OpenShift Go Cartridge. All necessary instructions are provided in its README.
OpenShift allocates an IP and Port for you application. Uncomment the following line in server.go
to listen to that IP and Port, and remove other declaration of bind
variable.
bind := fmt.Sprintf("%s:%s", os.Getenv("OPENSHIFT_GO_IP"), os.Getenv("OPENSHIFT_GO_PORT"))
This project has been licensed under GNU General Public License v3.
concrete_seamless.png
inside the assets/images/
directory, is made by Anchour, and has been downloaded from subtlepatterns.com. It is licensed under CC BY-SA 3.0.