Download
Entwicklung
Konto
Download
Entwicklung
Anmelden
Vergessen Konto/Passwort
Konto erstellen
Sprache
Hilfe
Sprache
Hilfe
×
Anmelden
Anmeldename
Passwort
×
Vergessen Konto/Passwort
Übersetzungsstatus von Deutsch
Kategorie:
Software
Personen
PersonalForge
Magazine
Wiki
Suche
OSDN
>
Finden Software
>
Bildung
>
Math Interactive
>
Howto
Math Interactive
Fork
mint-server
mint-lib
Beschreibung
Projekt Zusammenfassung
Entwickler-Dashboard
Web-Seite
Entwickler
Bildergalerie
RSS Feed-Liste
Aktivität
Statistiken
Historie
Downloads
Aller Releases-Liste
Statistiken
Quellcode
Quellcode-Repositorys-Liste
Git
mint-server
mint-lib
Subversion
Repository ansehen
Ticket
Ticket-Liste
Liste der Meilensteine
Typenliste
Komponentenliste
Liste der zuletzt benutzten Tickets/RSS
Neue Ticket abschicken
Dokumente
Titelseite
Titel-Index
Kürzliche Änderungen
Kommunikation
Foren
Forum-Liste
Entwickler (1)
Hilfe (1)
Offene Diskussion (1)
Mailinglisten
Alle Mailinglisten
mint-commit
mint-dev
Neuigkeiten
How to use Math Interactive
Installing and Updating
Mint
How to install a
Mint
application:
Notice:
You may want to install new
Mint
application under "./mint" directory. And we are starting with creating the directory.
$ mkdir mint
$ cd mint
$ git clone git://git.osdn.jp/gitroot/mint/mint-server.git
$ git clone git://git.osdn.jp/gitroot/mint/mint-lib.git
$ cd ./mint-lib/
$ rake gem
$ gem install -i ~/.gem/ruby/1.8 pkg/mint-lib-0.0.1.gem
$ cd ../mint-server/
# Here you need to edit the adapter name in "./config/database.yml" file
# to adapt you DB. Follows are a case of Sqlite3.
| development:
| adapter: sqlite3
| encoding: unicode
| database: mint-server_development
| pool: 5
| username: mint-server
| password:
#
Note''' You should edit
test
and
production
entries also.
$ rake gems
$ sudo rake gems:install
$ rake db:migrate db:seed
$ rake spec
Now you have installed new 'mint' application. Let's start with;
$ ./script/server
How to update a
Mint
application:
Notice:
You have installed your
Mint
application under "./mint" directory. Here we start.
$ cd mint
$ cd mint-lib/
$ git pull --rebase origin master
$ rake gem
$ gem uninstall mint-lib
$ gem install -i ~/.gem/ruby/1.8/ pkg/mint-lib-0.0.1.gem
$ cd ../mint-server/
$ git pull --rebase origin master
$ rake db:migrate:reset db:seed
$ rake spec
Now your application is update. Let's start with
$ ./script/server
Download-Dateienliste
Wiki