Coder Social home page Coder Social logo

happyyang / vtk-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from storset/vtk.test

0.0 3.0 0.0 61.64 MB

License: BSD 3-Clause "New" or "Revised" License

Shell 0.01% GAP 0.06% JavaScript 16.70% CSS 2.70% HTML 8.89% ASP 1.36% ColdFusion 3.74% Lasso 0.62% Perl 1.15% PHP 1.14% Python 1.20% FreeMarker 4.43% Java 57.73% ActionScript 0.02% PLSQL 0.25%

vtk-2's Introduction

To set up a minimal version of the Vortikal server the following steps
are necessary:

1. Download and install Maven 3
   ( http://maven.apache.org/download.html )

2. Create a database using the DDL in the
   'src/main/sql/postgresql-schema.sql' (currently only PostgreSQL is
   supported, but HSQLDB has also been known to work in the past). The
   current PostgreSQL usage requires the language 'plpgsql' to be
   installed in the database which can be installed with the following
   command 'createlang plpgsql <database>'.

3. Set up the configuration. Configuration should be placed in the
   files ~/.vtk.properties and ~/.vrtx.properties

  indexStorageRootPath = [an empty directory for storing indices]
  jdbcUsername = [your JDBC user]
  jdbcPassword = [your JDBC password]
  repositoryDataDirectory = [an empty directory for storing files]
  repositoryTrashCanDirectory = [an empty directory for storing "deleted" files]
  repositoryRevisionDirectory = [an empty directory for storing file revisions]
  databaseURL = [your JDBC URL, e.g. jdbc:postgresql:my-user>]
  
4. Run the command 'mvn jetty:run' (standing in the project
   directory). 

5. You should now be able to access the web service on
   http:localhost:9322/ and the WebDAV service on
   http://localhost:9321/. 
   
   Log in as 'root@localhost:fish' or user 'user@localhost:pw'.

6. See the default configuration file
   'src/main/resources/vtk/beans/vtk.properties' for
   descriptions of the various configuration settings.

7. Custom bean definitions and overriding can be placed in the file
   ~/.vrtx-context.xml (loaded if it exists).

vtk-2's People

Contributors

gormpaulsen avatar oyvindstegard avatar oyvihatl-uio avatar korvald avatar adriantimberlid avatar davidegeland avatar tommelise avatar gyrdtl avatar

Watchers

James Cloos avatar happyyang avatar  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.