An open API service indexing awesome lists of open source software.

https://github.com/indra87g/localpride-template

This repository moved to lp-asterixx/localpride
https://github.com/indra87g/localpride-template

batch-script web-development webserver windows

Last synced: 4 months ago
JSON representation

This repository moved to lp-asterixx/localpride

Awesome Lists containing this project

README

        

# Localpride: Web Development, Made Easy

> DOCUMENTATION ·
> CONTRIBUTING ·
> CHANGELOG ·
> CREDITS ·
> DISCORD

```A fast, isolated and extensible web development environment.```

Currently only contain simple Batchscript to manage Web Server with Apache, MySQL and PHP in Windows. In future we will archive this repository and expand the functional of Localpride in new repository. So, stay tuned!

## Requirement
- ```Administrator Rights```, for running setup
- ```Git```, for installing some packages
- ```ConEmu```, our recommended terminal replacement for Windows

## Quick Start
Download the latest version [here]()

- After downloading the latest version, extract it in disk ```D:```. If you extract it in disk ```C: or etc```, you must do some additional things, see it in Documentation.
- Open ```install\setup.bat``` as administrator.
- Wait until the setup finished
- Open ```dashboard.bat```
- Enter 10 to activate Apache, 11 to activate MySQL

## FAQ

## Known Issues
- Localpride cannet run after moving it to the new directory
### SOLUTION :
* Run ```install\setup.bat``` again

## License
Localpride is licensed under ```The MIT License```:
```
Copyright (c) Asterix Technology

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```