Coder Social home page Coder Social logo

website's Introduction

Zvini Website

Zvini is a website script where users can store and exchange personal information such as files, notes, contacts and more. An instance of the script runs on https://zvini.com/. The website comes with an installer which should work in most environments. It can also be configured from the administration page at /admin/. The default administrator username and password is admin and admin. For manual installation see the sections below:

Configuration Files

In www/fns folder:

  • MysqlConfig/get.php contains MySQL server address, username, password and a schema name.
  • DomainName/get.php contains the domain name of the server on which the website is running. If the server is running on a port different from 80 the port should be added to the value. Examples: 'zvini.example.com', 'localhost:8080'.
  • SiteBase/get.php contains the path from the document root to www folder. Examples: '/', '/www/', '/zvini/'.
  • SiteProtocol/get.php contains the website protocol either 'http' or 'https'.

Installation Scripts

In www/scripts folder:

  • ./ensure-tables.php will create all the tables in the database.
  • ./create-data-dir.sh will create a data folder in which users' files will be stored.
  • ./create-htaccess.sh will create .htaccess file for the website.
  • ./set-reverse-proxies.sh will set the number of reverse proxy servers that the instance is behind.

website's People

Watchers

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