Skip to content

Commit

Permalink
Removed web sample in favor of the doc
Browse files Browse the repository at this point in the history
Check our documentation for the Web-sdk at https://developers.augment.com/javascript/
  • Loading branch information
Jerome Gangneux committed Feb 7, 2017
1 parent 3c24ad5 commit 6649dbe
Show file tree
Hide file tree
Showing 3,259 changed files with 0 additions and 343,227 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
21 changes: 0 additions & 21 deletions README.md
Expand Up @@ -10,7 +10,6 @@ To get started with the Android Sample it is quite easy:
- Edit the `com/augment/acmeshop/ACMEShop.java` file and add in your credentials
- Build the App (on a real device) and you're ready to go!


## Get started with iOS

To get started with the iOS Sample it is quite easy:
Expand All @@ -22,26 +21,6 @@ To get started with the iOS Sample it is quite easy:
Note: As you may see we use Cocoapods but we decided to include it in the repo so you don't have to worry about this.
If you want you can update it.

## Get started with the web

The Web sample uses [Silex](http://silex.sensiolabs.org) micro-framework, it is a PHP framework based on Symfony.

In the end it is not very important as our SDK is only in Javascript. You should only look into these two important files

- `web/views/product.twig`
- `web/views/fallback.twig`

It uses the Twig templating engine but you can read it as basic HTML.

With this in mind, get started with the Web sample it is quite easy:

- Open `web` directory with your favorite editor
- Edit the `config.php`file and add in your credentials
- Start the PHP server with `php -S 127.0.0.1:4001` in the `web/www` directory and navigate to <u>http://localhost:4001</u>

Note: As you may see we use composer but we decided to include it in the repo so you don't have to worry about this.
If you want you can update it.

# Feedbacks

Here at **Augment** we love and value feedback, if you have any suggestion or if you find a bug in these samples, please open an issue.
Expand Down
Empty file removed web/.gitignore
Empty file.
13 changes: 0 additions & 13 deletions web/common.php

This file was deleted.

21 changes: 0 additions & 21 deletions web/composer.json

This file was deleted.

0 comments on commit 6649dbe

Please sign in to comment.