Skip to content
forked from BSData/bsdata

BattleScribe data file hosting platform

Notifications You must be signed in to change notification settings

Sandrinho80/bsdata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##BSData Project##

####Contents####

##Overview##

What's this?

BSData organisation created this project. It's open source web app hiding GitHub repository of datafiles under nice GUI hood. Maintained by community, in no way endorsed by BattleScribe. If you want to develop the page, take a look at issues. We will happily collaborate with you. To start, configure the project in Netbeans

I'd rather develop/maintain datafiles.

Cool! We need you! Take a look at Getting Started wiki

Okay, nice project. Is it actually working? I just want those files...

Yeah! We have it hosted on AppSpot. Take a look: BattleScribe Data on Appspot

##Technical##

####Configuring the project in Netbeans####

  • Download and install Netbeans 8.x (Java EE version).
  • Add the App Engine plugin to Netbeans.
  • Download and extract the App Engine Java SDK.
  • Add the App Engine server to Netbeans.
    • Tools -> Servers -> Add Server. Choose Google App Engine, then browse to the folder you extracted the SDK to.
  • In Netbeans, create a new project (New Project -> Java Web -> Web Application). Name the project and choose where to create it. Check "Dedicated folder for libraries". Select App Engine as the server. No need to check any frameworks.
  • Check out the project from GitHub into the newly created project folder.
  • Once your project is created, you need to reference the required library jars. Right click the Libraries node -> Add Jar/Folder -> browse to the lib folder under the project folder -> Select all the .jar files -> Open
  • Right-click the root project node -> Run!

##Links##

About

BattleScribe data file hosting platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 66.7%
  • HTML 16.5%
  • CSS 9.5%
  • JavaScript 7.3%