Update README instructions

This commit is contained in:
jekkos
2017-08-06 00:51:39 +02:00
committed by jekkos
parent e218453ab3
commit 1f508d0b89
4 changed files with 12 additions and 11 deletions

View File

@@ -230,7 +230,7 @@ module.exports = function(grunt) {
archive: 'dist/opensourcepos.zip'
},
files: [
{src: ['public/**', 'vendor/**', 'application/**', 'database/**', '*.txt', '*.md', 'LICENSE', 'docker*', 'Dockerfile', '.htaccess', 'public/.htaccess']}
{src: ['public/**', 'vendor/**', 'application/**', '!/public/images/menubar/png/', '!/public/dist/bootswatch/', '/public/dist/bootswatch/*/*.css', 'database/**', '*.txt', '*.md', 'LICENSE', 'docker*', 'Dockerfile', '.htaccess', 'public/.htaccess']}
]
}
}

View File

@@ -81,13 +81,14 @@ For Windows based installations please read [the wiki](https://github.com/jekkos
Local install
-------------
1. Create/locate a new mysql database to install open source point of sale into
2. Execute the file database/database.sql to create the tables needed
3. unzip and upload Open Source Point of Sale files to web server
4. Modify application/config/database.php and modify credentials if needed to connect to your database
5. Modify application/config/config.php encryption key with your own
6. Go to your point of sale install public dir via the browser
7. LOGIN using
1. Dowload the latest [stable release](https://github.com/jekkos/opensourcepos/releases) from github or [unstable build](https://bintray.com/jekkos/opensourcepos/opensourcepos/view/files?sort=updated&order=asc#files) from bintray
2. Create/locate a new mysql database to install open source point of sale into
3. Execute the file database/database.sql to create the tables needed
4. unzip and upload Open Source Point of Sale files to web server
5. Modify application/config/database.php and modify credentials if needed to connect to your database
6. Modify application/config/config.php encryption key with your own
7. Go to your point of sale install public dir via the browser
8. LOGIN using
* username: admin
* password: pointofsale
8. Enjoy

View File

@@ -71,10 +71,10 @@
<![endif]-->
<!-- start mincss template tags -->
<link rel="stylesheet" type="text/css" href="dist/jquery-ui/jquery-ui.min.css"/>
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=9202eddfb2"/>
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=450ba95f2c"/>
<!-- end mincss template tags -->
<!-- start minjs template tags -->
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=a705d36dce"></script>
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=85155994d2"></script>
<!-- end minjs template tags -->
<?php endif; ?>

View File

@@ -20,7 +20,7 @@
"files":
[
{"includePattern": "dist/(.*)\.(.*)", "uploadPattern": "$1.$2"}
{"includePattern": "dist/(.*)\\.(.*)", "uploadPattern": "$1.$2"}
],
"matrixParams": {
"override": 1