https://github.com/yangshun/icsg-signup
Simple site for offline ICSG signup
https://github.com/yangshun/icsg-signup
Last synced: 3 months ago
JSON representation
Simple site for offline ICSG signup
- Host: GitHub
- URL: https://github.com/yangshun/icsg-signup
- Owner: yangshun
- License: mit
- Created: 2015-08-29T15:05:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T16:35:08.000Z (about 10 years ago)
- Last Synced: 2025-05-05T22:08:08.313Z (6 months ago)
- Language: ApacheConf
- Homepage: http://yangshun.im/icsg-signup
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ICSG Signup
==An offline form for signing up for ICSG events.
## Setting Up
This website is a simple static page, hence a simple local web server will suffice to run the website. [XAMPP](https://www.apachefriends.org/index.html) or [MAMP](https://www.mamp.info/en/) are good choices for quick and easy setting up of local web servers. If you have Python installed, a simpler way exists. Running the following command in the root of the repository directory will start a local web server at port 8000:
```
$ python -m SimpleHTTPServer // Python 2
$ python -m http.server // Python 3
```## Usage
- Access the home directory or `index.html` for the sign up form.
- Access `admin.html` for the administration page where the data can be modified and exported.