mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-26 01:53:16 -04:00
mark OSPOS with Bootstrap3 vs 3.0.0 (#116)
This commit is contained in:
@@ -16,7 +16,7 @@ username: admin
|
||||
password:pointofsale
|
||||
9. Enjoy
|
||||
|
||||
13/01/2016: Intall using Docker
|
||||
13/01/2016: Install using Docker
|
||||
-------------------------------
|
||||
From now on ospos can be deployed using Docker on Linux, Mac or Windows. This setup dramatically reduces the number of possible issues as all setup is now done in a Dockerfile. Docker runs natively on mac and linux, but will require more overhead on windows. Please refer to the docker documentation for instructions on how to set it up on your platform.
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
|
||||
|
|
||||
*/
|
||||
$config['application_version'] = '2.4';
|
||||
$config['application_version'] = '3.0.0';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "opensourcepos",
|
||||
"version": "2.4.0",
|
||||
"version": "3.0.0",
|
||||
"authors": [
|
||||
"jekkos <jeroen.peelaerts - at - gmail.com>",
|
||||
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "opensourcepos",
|
||||
"version": "2.4.0",
|
||||
"version": "3.0.0",
|
||||
"description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
|
||||
"main": "index.php",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user