Giter Site home page Giter Site logo

phorward / viur-base Goto Github PK

View Code? Open in Web Editor NEW

This project forked from viur-framework/viur-base

0.0 1.0 0.0 1.58 MB

Start here with your new ViUR project!

Home Page: https://www.viur.dev

License: GNU Lesser General Public License v3.0

Python 48.76% CSS 41.34% JavaScript 3.91% Shell 1.55% Less 4.44%

viur-base's Introduction

ViUR base

viur-base provides a basic ViUR project structure.

This is the best place to start a new ViUR 3 project from!


Usage

To setup your new ViUR project, perform these steps: You need to create a Gcloud-Project first: https://console.cloud.google.com/projectcreate You have to have Git, python3, python3-requests and GCloud-SDK installed

  1. git clone https://github.com/viur-framework/viur-base.git YOUR-PROJECT
  2. cd YOUR-PROJECT
  3. ./clean-base.py -A YOUR-APP-ID
  4. ./viur-gcloud-setup.sh YOUR-APP-ID (this step will be improved later!)

When finished, your repository is disconnected from viur-base as its origin, and can be configured to point to another origin where your new project lives in future. It still contains the full history of the base repository. This might be wanted or not. Do find . -name .git -exec rm -rf {} \; to drop the entire history and start over setting up a clean project with git init.


Switch sub-modules to SSH

WARNING: Not updated to ViUR 3 right now!!!

Especially in ViUR development projects or for customer projects created at Mausbrand that are heavily involved in changes to server and vi, it is necessary to change the HTTPS submodules to SSH. This can easily be done for all submodules and their submodules with these few commands:

# change server
pushd deploy/server
git remote set-url origin [email protected]:viur-framework/server.git
popd

# change vi
pushd vi
git remote set-url origin [email protected]:viur-framework/vi.git
cd html5
git remote set-url origin [email protected]:viur-framework/html5.git
cd ../public/icons
git remote set-url origin [email protected]:viur-framework/icons.git
popd

# change ignite
pushd sources/less/ignite
git remote set-url origin [email protected]:viur-framework/ignite.git
popd

Contributing

We take a great interest in your opinion about ViUR. We appreciate your feedback and are looking forward to hear about your ideas. Share your visions or questions with us and participate in ongoing discussions.


Credits

ViUR is developed and maintained by Mausbrand Informationssysteme GmbH, from Dortmund in Germany. We are a software company consisting of young, enthusiastic software developers, designers and social media experts, working on exciting projects for different kinds of customers. All of our newer projects are implemented with ViUR, from tiny web-pages to huge company intranets with hundreds of users.

Help of any kind to extend and improve or enhance this project in any kind or way is always appreciated.


License

Copyright (C) 2012-2020 by Mausbrand Informationssysteme GmbH.

Mausbrand and ViUR are registered trademarks of Mausbrand Informationssysteme GmbH.

You may use, modify and distribute this software under the terms and conditions of the GNU Lesser General Public License (LGPL). See the file LICENSE provided within this package for more information.

viur-base's People

Contributors

dependabot[bot] avatar melectrik avatar phneutral avatar phorward avatar przybyla86 avatar skoegl avatar sveneberth avatar thevax avatar xnopasaranx 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.