https://github.com/apiorno/shopin
https://github.com/apiorno/shopin
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apiorno/shopin
- Owner: apiorno
- Created: 2016-09-24T23:07:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T02:46:39.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T15:31:56.204Z (2 months ago)
- Language: Smalltalk
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MarketList
*Shared Market list web application.*
## Installing
*Download Pharo IDE version 5.0 .*
### Glorp Installation (Persistence)
Execute the code in **Playground**:```Smalltalk
Gofer it
smalltalkhubUser: 'DBXTalk' project: 'Glorp';
configurationOf: 'Glorp';
loadVersion: '1.10'.
```### Driver MySql Installation
Execute the code in **Playground**:```Smalltalk
Gofer new
smalltalkhubUser: 'ThomasHeniart' project: 'GlorpDriverMySQL';
configurationOf: 'GlorpDriverMySQL';
loadVersion: #bleedingEdge.
```
And then
```Smalltalk
NativeMySQLDriver beGlorpDefaultDriver.
```
*A Warning will appear , ignore it with proceed*### MarketList
Download *Shop-In* project : **https://github.com/alvarop100/MarketList.git**
Inside Pharo Image, click on image and then *Monticello Browser*, click *+Repository* Select the option *filetree://* and select the repository folder( dont select a sub folder in the repository folder). In the new window , on the right panel you should see *Shop-In.package*, select it and click *Load*