Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Wrapper for Topcoder Drone Series projects

NotificationsYou must be signed in to change notification settings

topcoderinc/drone-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Often one or more github repos and google docs repositories are used in a single github project. For example: Front end and back end. In addition multiple public or private share for binary documents are also used. This project will serves as a wrapper for both of those conepts as well as being a single repository for documentation.

This project uses mkdocs to provide an simple platform to generate html pages from markdown. It can be hosted anywhere, includes special provisions for ghpages or can be run locally withmkdocs serve

Topcoder Theme

This repository uses a third party theme calledcinder. However this theme has been forked and added the topcoder logo. It would be easy enough to include this forked code directly in the tcProjWrapper repo directly, except this project relies heavily on submodule for src so we wanted to include the theme as a submodule too. In addition the submodule could be forked or branched specifly to include a customers logo.

Topcoder Docs

Since this project also contains content, We can include standard docs like bug bash instructions.

Quick Start

  1. Make sure you have python2 and pip2 installed, then runpip2 install mkdocs to install mkdocs
  2. clone the templategit clone --recursive git@github.com:topcoderinc/tcProjWrapper.git myproject
  3. cdmyproject and runmkdocs serve
  4. You should also edit the mkdocs.yml and edit the sitename. It might be a good idea to remove the .git dir and do agit init to orphan this template(repo) from your new wrapper project.

Changelog

  • 2/13/2017 - ktb updated cinder submodule
  • 2/15/2017 - ktb added setup script in src dir

example setup.sh

git clone --recursive git@github.com:topcoderinc/tcProjWrapper.git drone-seriessed -i.bak s/tcprojWrapper/drone-series/g  mkdocs.yml && rm mkdocs.yml.bakrm -rf .git*git initgit add .git commit -am 'first commit, templated from git@github.com:topcoderinc/tcProjWrapper.git 'mkdir srcgit submodule add git@github.com:topcoderinc/dsp-server.git src/dsp-servergit submodule add git@github.com:topcoderinc/dsp-server.git src/dsp-frontend

About

Wrapper for Topcoder Drone Series projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp